#include <qxml.h>
#include "mainhandler.h"
#include "compoundhandler.h"
#include "sectionhandler.h"
#include "graphhandler.h"
#include "dochandler.h"
#include "memberhandler.h"
#include "debug.h"
Go to the source code of this file.
Classes | |
class | ErrorHandler |
class | CompoundEntryIterator |
Functions | |
IDoxygen * | createObjectModel () |
IDoxygen* createObjectModel | ( | ) |
Factory method that creates an empty object model for a doxygen generated XML file. Use the readXMLDir() method to build the model from an XML output directory containing doxygen output.
Definition at line 273 of file mainhandler.cpp.