Here are the data structures with brief descriptions:
Cjson_file | A simple structure for helping to write out JSON encoded data |
Cjson_kvp | Stores a single <key,value> pair |
Cjson_object | A holder for a new json object or collection of properties |
Cshell_args | Stores all of the command line arguments to the program |
Cveridoc_config | Contains all of the configuration options for a run of veridoc |
Cveridoc_manifest | Contains a list of files to parse and document, and folders to search for header files in |
Cveridoc_manifest_directory | A description of a directory to be included in the search path for header files |
Cveridoc_manifest_file | A description of a single file to be included in the parsed source tree |