#include <stdlib.h>
#include "qtbc.h"
#include <qdir.h>
#include <qregexp.h>
#include "rtfgen.h"
#include "config.h"
#include "message.h"
#include "doxygen.h"
#include "util.h"
#include "diagram.h"
#include "language.h"
#include "dot.h"
#include "version.h"
#include "pagedef.h"
#include "rtfstyle.h"
#include "rtfdocvisitor.h"
#include "docparser.h"
#include "dirdef.h"
#include "vhdldocgen.h"
Go to the source code of this file.
Defines | |
#define | DBG_RTF(x) |
Functions | |
void | testRTFOutput (const char *name) |
#define DBG_RTF | ( | x | ) |
Definition at line 43 of file rtfgen.cpp.
void testRTFOutput | ( | const char * | name | ) |
Tests the integrity of the result by counting brackets.
Definition at line 2365 of file rtfgen.cpp.
References err().
Referenced by RTFGenerator::preProcessFileInplace().