Installation¶
Basic install¶
This gives you the plugin with regex-based parsing, which works without any system dependencies.
With libclang (recommended)¶
For full-accuracy parsing with function signatures, type information, and struct member details, install libclang:
Verify¶
Check that the plugin is available:
To verify clang is detected:
Requirements¶
- Python 3.9+
- MkDocs 1.5+
- libclang (optional but recommended)