Skip to content

Commit 052dfbf

Browse files
committedNov 29, 2024
cleanup readme
1 parent 56f9b6f commit 052dfbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ cppdoc is a C++ documentation generator inspired by `rustdoc`
44
## Features
55
- `rustdoc`-like documentation comments, rendered using markdown
66
- 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/`)
1010
- 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
1212

1313
## Usage
1414
See [USAGE.md](USAGE.md)

0 commit comments

Comments
 (0)