|
Verilog Documentation Generator
|
Contains the main entry point of the program. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "veridoc.h"Functions | |
| int | main (int argc, char **argv) |
| shell_args * | parse_args (int argc, char **argv) |
| Responsible for parsing all of the command line arguments. More... | |
| void | print_help (boolean and_exit) |
| Prints the help text and exists, depending on the parameters. | |
Contains the main entry point of the program.
| shell_args* parse_args | ( | int | argc, |
| char ** | argv | ||
| ) |
Responsible for parsing all of the command line arguments.