GUI application for DoxyPress
DoxyPress is a modern C++ application for generating documentation from annotated sources and API documentation.
DoxyPressApp is a GUI application used to configure the JSON project file and run DoxyPress.
DoxyPress and DoxyPressApp were initially derived from Doxygen and DoxyWizard.
Parsing
Classes and Containers
Output
DoxyPressApp prebuilt binaries are available for all supported platforms.
https://github.com/copperspice/doxypress/releases/
https://download.copperspice.com/doxypress/binary/
CopperSpice prebuilt binaries are available for all supported platforms.
https://github.com/copperspice/copperspice/releases/
https://download.copperspice.com/copperspice/binary/
Building DoxyPressApp requires a C++20 compiler and a C++20 standard library. You will also need a current copy
of the CopperSpice libraries. DoxyPressApp links with CsCore, CsGui, CsNetwork, and CsXml.
CMake build files are provided with the source distribution to build this application.
Full documentation for DoxyPress is available on the website or from our download page.
URL | Description |
---|---|
https://www.copperspice.com/docs/doxypress/index.html | Online |
https://download.copperspice.com/doxypress/documentation | Download (tar and zip formats) |
For documentation on how to build the DoxyPress application refer to the following page:
https://www.copperspice.com/docs/doxypress/build-doxypress.html
Our YouTube channel contains over 75 videos about C++, programming fundamentals, Unicode/Strings, multithreading,
graphics, CopperSpice, DoxyPress, and other software development topics.
https://www.youtube.com/copperspice
Links to additional videos can be found on our website.
https://www.copperspice.com/presentations.html
This program is released under the GPL 2 license. For more information refer to the LICENSE file provided with this
project.