12 #ifndef CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
13 #define CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
27 #define OPT_DOCUMENT_PROPERTIES \
28 "(document-claims-latex)(document-claims-html)" \
29 "(document-properties-latex)(document-properties-html)"
31 #define HELP_DOCUMENT_PROPERTIES \
32 " {y--document-properties-html} \t generate HTML property documentation\n" \
33 " {y--document-properties-latex} \t generate LaTeX property documentation\n"
void document_properties_html(const goto_modelt &, std::ostream &out)
void document_properties_latex(const goto_modelt &, std::ostream &out)