DoxyPress  1.6.0
DoxyPressApp

This section covers frequently asked questions related to DoxyPressApp.

Why is the .json extension not always added when I save my project file?

Extensions are not added on Unix platforms since file extensions are not handled natively by the OS dialog. On Windows the .json extension will automatically be appended to your project file name if no extension is supplied.


What is the default folder when opening a new project file?

The default folder is the last folder opened in DoxyPressApp. The path is saved in your DoxyPressApp JSON configuration file.


From a command prompt, typing doxypress –help displays nothing

DoxyPressApp is a GUI application and on Windows text can not be easily displayed on the console. To view the output redirect to a file.

   doxypressapp --help > outputFile