Verilog Documentation Generator
|
Contains data structures and functions for parsing verilog files. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "veridoc-types.h"
#include "veridoc-manifest.h"
#include "veridoc-config.h"
Go to the source code of this file.
Functions | |
verilog_source_tree * | veridoc_parse_input_source (veridoc_manifest *manifest, veridoc_config *config) |
Responsible for parsing each file in the manifest, and building the internal source tree. More... | |
Contains data structures and functions for parsing verilog files.
verilog_source_tree* veridoc_parse_input_source | ( | veridoc_manifest * | manifest, |
veridoc_config * | config | ||
) |
Responsible for parsing each file in the manifest, and building the internal source tree.
[in] | manifest | - The set of files to parse and directories to search. |