File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ cppdoc is a C++ documentation generator inspired by `rustdoc`
4
4
## Features
5
5
- ` rustdoc ` -like documentation comments, rendered using markdown
6
6
- Documentation tests using codeblocks
7
- - Extra documentation pages in markdown
8
- - mermaid.js graphs
9
- - Flexible styling options, with user-supplied stylesheets (see default themes in ` example/ ` )
7
+ - Extra pages written in markdown
8
+ - [ Mermaid ] ( https:// mermaid.js.org ) graphs
9
+ - Flexible styling options with user-supplied stylesheets (see default themes in ` example/ ` )
10
10
- libclang-based parser with support for records, enums, functions and namespaces
11
- - Fair performance, with generation usually being faster than clang -backed Doxygen
11
+ - Decent performance, with generation usually being faster than libclang -backed Doxygen
12
12
13
13
## Usage
14
14
See [ USAGE.md] ( USAGE.md )
You can’t perform that action at this time.
0 commit comments