Verilog Documentation Generator
veridoc-manifest.c File Reference

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_manifestveridoc_manifest_parse (char *path)
 Parses the supplied manifest file and returns a representation of it. More...
 

Detailed Description

Contains common data structures and functions used on the file manifests.

Function Documentation

veridoc_manifest* veridoc_manifest_parse ( char *  path)

Parses the supplied manifest file and returns a representation of it.

Parameters
[in]path- The manifest file to parse.
Returns
A pointer to the manifest object, or NULL if the file could not be found or parsed.