Contains the definition for Markup class. More...
#include <libbbb/libbbb.h>
#include <QMap>
#include <QString>
#include <QtScript/QtScript>
Go to the source code of this file.
Classes | |
class | bbb::Markup |
Class that manages the conversion of marked-up files. More... | |
Macros | |
#define | MARKUP_OPENING "{{" |
the opening marker for special code | |
#define | MARKUP_CLOSING "}}" |
the closing marker for special code | |
#define | MARKUP_OPENING_PRINT "{%" |
the opening marker for special code | |
#define | MARKUP_CLOSING_PRINT "%}" |
the closing marker for special code | |
Contains the definition for Markup class.