CBMC
document_properties.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Documentation of Properties
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
13 #define CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
14 
15 #include <iosfwd>
16 
17 class goto_modelt;
18 
20  const goto_modelt &,
21  std::ostream &out);
22 
24  const goto_modelt &,
25  std::ostream &out);
26 
27 #define OPT_DOCUMENT_PROPERTIES \
28  "(document-claims-latex)(document-claims-html)" \
29  "(document-properties-latex)(document-properties-html)"
30 
31 // clang-format off
32 #define HELP_DOCUMENT_PROPERTIES \
33  " --document-properties-html generate HTML property documentation\n" \
34  " --document-properties-latex generate Latex property documentation\n"
35 
36 // clang-format on
37 
38 #endif // CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
document_properties_html
void document_properties_html(const goto_modelt &, std::ostream &out)
Definition: document_properties.cpp:362
goto_modelt
Definition: goto_model.h:25
document_properties_latex
void document_properties_latex(const goto_modelt &, std::ostream &out)
Definition: document_properties.cpp:369