CBMC
document_properties.h File Reference
#include <iosfwd>
+ Include dependency graph for document_properties.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OPT_DOCUMENT_PROPERTIES
 
#define HELP_DOCUMENT_PROPERTIES
 

Functions

void document_properties_latex (const goto_modelt &, std::ostream &out)
 
void document_properties_html (const goto_modelt &, std::ostream &out)
 

Detailed Description

Documentation of Properties

Definition in file document_properties.h.

Macro Definition Documentation

◆ HELP_DOCUMENT_PROPERTIES

#define HELP_DOCUMENT_PROPERTIES
Value:
" --document-properties-html generate HTML property documentation\n" \
" --document-properties-latex generate Latex property documentation\n"

Definition at line 32 of file document_properties.h.

◆ OPT_DOCUMENT_PROPERTIES

#define OPT_DOCUMENT_PROPERTIES
Value:
"(document-claims-latex)(document-claims-html)" \
"(document-properties-latex)(document-properties-html)"

Definition at line 27 of file document_properties.h.

Function Documentation

◆ document_properties_html()

void document_properties_html ( const goto_modelt ,
std::ostream &  out 
)

Definition at line 362 of file document_properties.cpp.

◆ document_properties_latex()

void document_properties_latex ( const goto_modelt ,
std::ostream &  out 
)

Definition at line 369 of file document_properties.cpp.