cprover
Toggle main menu visibility
Loading...
Searching...
No Matches
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
19
void
document_properties_latex
(
20
const
goto_modelt
&,
21
std::ostream &out);
22
23
void
document_properties_html
(
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
goto_modelt
Definition
goto_model.h:27
document_properties_html
void document_properties_html(const goto_modelt &, std::ostream &out)
Definition
document_properties.cpp:367
document_properties_latex
void document_properties_latex(const goto_modelt &, std::ostream &out)
Definition
document_properties.cpp:374
goto-instrument
document_properties.h
Generated by
1.17.0