Browse Source

some documentation for parser namespace

tempestpy_adaptions
gereon 12 years ago
parent
commit
f311f043bc
  1. 8
      src/parser/parser.h

8
src/parser/parser.h

@ -24,6 +24,14 @@
#include "src/exceptions/wrong_file_format.h"
namespace mrmc {
/*!
* @brief Contains all file parser and helper classes.
*
* This namespace contains everything needed to load data files (like
* atomic propositions, transition systems, formulas, ...) including
* methods for efficient file access (see MappedFile).
*/
namespace parser {
/*!

Loading…
Cancel
Save