standardese

Next-generation documentation generator for C++ code

brewmacoslinux
Try with needOr install directly
Source

About

Next-gen documentation generator for C++

Commands

standardese

Examples

Generate documentation from a single C++ header file$ standardese myheader.hpp
Generate documentation for entire directory with output to docs folder$ standardese src/ -o docs/
Generate documentation with custom configuration file$ standardese --config standardese.cfg src/