Verilog Documentation Generator
|
Contains common data structures and functions used on the file manifests. More...
#include "veridoc-manifest.h"
Functions | |
void | veridoc_manifest_free (veridoc_manifest *tofree) |
Frees a file manifest from memory. | |
veridoc_manifest * | veridoc_manifest_parse (char *path) |
Parses the supplied manifest file and returns a representation of it. More... | |
Contains common data structures and functions used on the file manifests.
veridoc_manifest* veridoc_manifest_parse | ( | char * | path | ) |
Parses the supplied manifest file and returns a representation of it.
[in] | path | - The manifest file to parse. |