CBMC
document_properties.h File Reference

Documentation of Properties. More...

#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:
" {y--document-properties-html} \t generate HTML property documentation\n" \
" {y--document-properties-latex} \t generate LaTeX property documentation\n"

Definition at line 31 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 goto_model,
std::ostream &  out 
)

Definition at line 367 of file document_properties.cpp.

◆ document_properties_latex()

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

Definition at line 374 of file document_properties.cpp.