Package org.cakelab.jdoxml
Class Factory
- java.lang.Object
-
- org.cakelab.jdoxml.Factory
-
public class Factory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IDoxygen
createObjectModel()
Factory method that creates an empty object model for a doxygen generated XML file.
-
-
-
Method Detail
-
createObjectModel
public static 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.
-
-