|
Verilog Documentation Generator
|
Contains data structures and functions for parsing veridoc configs. More...
#include "veridoc-config.h"Functions | |
| void | veridoc_config_free (veridoc_config *tofree) |
| Frees the memory allocated to the supplied config file. More... | |
| veridoc_config * | veridoc_config_parse (char *config_file_path, char *exe_path) |
| Parses and returns the config file at the supplied path. More... | |
Contains data structures and functions for parsing veridoc configs.
| void veridoc_config_free | ( | veridoc_config * | tofree | ) |
Frees the memory allocated to the supplied config file.
< Project / Documentation Set Title.
< Documentation Authors
< Version Number
| veridoc_config* veridoc_config_parse | ( | char * | config_file_path, |
| char * | exe_path | ||
| ) |
Parses and returns the config file at the supplied path.
| [in] | config_file_path | |
| [in] | exe_path | - the value of argv[0] |