|
Documentation for OpenFLUID
2.2.0
|
Class to check wares source code
#include <waresdev/WareSrcDocalyzer.hpp>
Public Member Functions | |
| CPPCLASS_DELETE_FIVE (WareSrcDocalyzer) | |
| WareSrcDocalyzer (const std::string &SrcPath, const std::string &OutputPath, WareSrcDocalyzerListener *Listener, std::vector< std::string > InputFormats) | |
| void | performDocalyze (bool KeepWorkData=false, bool IncludeEmptyFields=false) |
| openfluid::waresdev::WareSrcDocalyzer::WareSrcDocalyzer | ( | const std::string & | SrcPath, |
| const std::string & | OutputPath, | ||
| WareSrcDocalyzerListener * | Listener, | ||
| std::vector< std::string > | InputFormats | ||
| ) |
Constructs a docalyzer
| [in] | SrcPath | The path to the sources to docalyze |
| [in] | OutputPath | The path where to put the built documentation |
| Listener | The Listener for Docalyzer actions | |
| [in] | InputFormats | The doc format searched by the docalyzer (searches for all possible formats if empty) |
| openfluid::waresdev::WareSrcDocalyzer::CPPCLASS_DELETE_FIVE | ( | WareSrcDocalyzer | ) |
| void openfluid::waresdev::WareSrcDocalyzer::performDocalyze | ( | bool | KeepWorkData = false, |
| bool | IncludeEmptyFields = false |
||
| ) |