cprover
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 
18 
20  const goto_functionst &goto_functions,
21  std::ostream &out);
22 
24  const goto_functionst &goto_functions,
25  std::ostream &out);
26 
27 #endif // CPROVER_GOTO_INSTRUMENT_DOCUMENT_PROPERTIES_H
Goto Programs with Functions.
void document_properties_html(const goto_functionst &goto_functions, std::ostream &out)
void document_properties_latex(const goto_functionst &goto_functions, std::ostream &out)