diff options
Diffstat (limited to 'include/printer/dump.h')
-rw-r--r-- | include/printer/dump.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/printer/dump.h b/include/printer/dump.h index bf7168b..dd8a0e8 100644 --- a/include/printer/dump.h +++ b/include/printer/dump.h @@ -7,13 +7,13 @@ #include "printer/generic.h" -/*! - * \file - * \brief this replace the old dump function in the chillAST - */ - namespace chill { namespace printer { + /*! + * \brief this replace the old dump function in the chillAST + * + * Everthing is written in a Tree-like structure: (<NodeName> <Params>). No precedence calculation is needed. + */ class Dump : public GenericPrinter { public: Dump() {} |