CBMC
Loading...
Searching...
No Matches
document_properties.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Documentation of Properties
4
5Author: 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
17class 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#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"
34
35#endif // CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
void document_properties_html(const goto_modelt &, std::ostream &out)
void document_properties_latex(const goto_modelt &, std::ostream &out)