What is CppDoc?
CppDoc is a tool that generates HTML documentation for C++ classes based on the source code and special comments embedded within it. The generated output can closely resemble the format of Javadoc documentation, and it supports the use of Javadoc tags such as see, return, and others. The inclusion of documentation comments is optional, as CppDoc can still generate a comprehensive set of documentation by analyzing the class relationships and hierarchy even in their absence
Highlights
- Generates HTML documentation for C++ classes based on source code and embedded comments
- Supports Javadoc-style tags (e.g., see, return) for documenting classes, methods, and more
- Able to generate documentation without requiring explicit documentation comments
Platforms
- Windows
- Linux
Languages
- English
Features
Portable