DoxyPress  1.6.0
Converting to DoxyPress

DoxyPressApp has a menu option to convert an existing Doxygen configuration file to a DoxyPress project file.

If you have an existing Doxygen configuration file you can easily convert to our JSON DoxyPress project file format. From the Tools Menu in the DoxyPressApp select "Convert Doxygen project file to DoxyPress format". Once this has been completed review all of the tag values in your project. The following are specific tags you should verify.

Stylesheets
The tags for HTML STYLESHEET and HTML EXTRA STYLESHEET were merged.
The new tag is called HTML STYLESHEETS.
Do not include the default stylesheet (doxypress.css) in the HTML STYLESHEETS tag.
Tags with List Values
All tags in a list value must be separated by a comma.
You can edit the field by hand or use the arrow push button to access the pop up window with file and folder selectors.
Changes in the Layout File
New XML tags have been added to the Layout File for Signals and Slots.
Files have been split into File List and File Source.
If you have an existing layout file you will need to update the file and add the new sections. We suggest generating a new layout file from DoxyPress and then merge your changes. For information on how to generate a new layout file refer to Layout, Headers, Footers, Stylesheets.