Verilog Documentation Generator
|
Contains data structures and functions for parsing veridoc configs. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "verilog-parser/src/verilog_ast_common.h"
Go to the source code of this file.
Data Structures | |
struct | veridoc_config |
Contains all of the configuration options for a run of veridoc. More... | |
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] |
[in] | config_file_path | |
[in] | exe_path | - the value of argv[0] |