Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copperspice/doxypressapp
GUI application for DoxyPress
https://github.com/copperspice/doxypressapp
copperspice cpp gui
Last synced: about 2 months ago
JSON representation
GUI application for DoxyPress
- Host: GitHub
- URL: https://github.com/copperspice/doxypressapp
- Owner: copperspice
- License: gpl-2.0
- Created: 2016-01-11T01:07:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T22:49:39.000Z (4 months ago)
- Last Synced: 2024-09-17T03:36:10.723Z (4 months ago)
- Topics: copperspice, cpp, gui
- Language: C++
- Homepage: https://www.copperspice.com/
- Size: 1.37 MB
- Stars: 24
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DoxyPressApp
### Introduction
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.
###### Major enhancements
Parsing
* User selection for full parsing of C and C++ with clang in lieu of the legacy lex parser
* Clang parser allows complicated modern C++ to be parsed accurately, especially as C++ is updated
* Added a new parser for makefiles*Classes and Containers
* DoxyPress links with the CopperSpice libraries
* Removed all obsolete classes and containers
* Refactored to use value based containers instead of pointer based containers
* For improved memory management variadic templates and shared pointers are used
* Source code reformatted for improved readability
* Modified source code to use modern C++ functionality, features, and syntaxOutput
* Project file format enhanced to use a JSON format for improved functionality
* Command line option to convert Doxygen project files to the DoxyPress format
* Enhanced layout file to include new sections
* Improved html output for correctness### Building
DoxyPressApp prebuilt binaries are available for Linux, Mac OS X, and Windows.
https://download.copperspice.com/doxypress/binary/
To build DoxyPressApp from source a current copy of the CopperSpice libraries, a C++17 compiler, and a C++17 standard
library are required. DoxyPressApp links with CsCore, CsGui, CsNetwork, CsXml which are part of the CopperSpice
libraries.CMake build files are provided with the DoxyPressApp source distribution.
### Documentation
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:
www.copperspice.com/docs/doxypress/build-doxypress.html### Presentations
Our YouTube channel videos are about modern C++, build systems, CopperSpice, DoxyPress, and other topics related to
our open source work.https://www.youtube.com/copperspice
Links to technical presentations recorded at CppNow and CppCon:
www.copperspice.com/presentations.html
### Authors / Contributors
* **Ansel Sermersheim**
* **Barbara Geller**
* **Andrew Marlow**
* **Adam Mensel**
* **Tim van Deurzen**### License
This program is released under the GPL 2 license. For more information refer to the LICENSE file provided with this
project.## References
* Website: https://www.copperspice.com
* Twitter: https://twitter.com/copperspice_cpp
* Email: [email protected]* Github: https://github.com/copperspice
* Forum: https://forum.copperspice.com
* Journal: https://journal.copperspice.com