DoxygenConverter class reference

NSObject
DoxygenConverter.h

Overview

The doxygen output converter class.

This class handles the doxygen xml output files and converts them to DocSet. The conversion happens through several steps:

The convertion takes several steps. In the first steps the objects database is generated which is used in later steps to get and handle the list of documented objects. The database is a standard NSDictionary of the following layout:

Note that this class relies on CommandLineParser to determine the exact conversion work flow and common, application-wide parameters. Internally the class delegates all output generation to top level OutputProcessing conformers which in turn manage all their dependent generators.

This class doesn't perform any actual output generation. Instead it delegates it to the concrete OutputGenerator instances.

Tasks

Converting handling

Instance methods

convert

Converts the doxygen generated file into the desired output.

- (void)convert
Exceptions
NSException

Thrown if conversion fails.

Declared in
DoxygenConverter.h

© 2008-2009 Tomaz Kragelj. All rights reserved. (Last updated: 2009-08-24)
Back to index / hierarchy.