0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed memory leak when editing trees. More... almost 2 years ago
Added support for preprocessor macro replacements defined in configuration file. Updates to error recovery implementation. More... almost 2 years ago
Removed unused query for identifiers. More... almost 2 years ago
Removed unused query for identifiers. More... almost 2 years ago
Added recovery logic for parse errors, stepping back through sibling nodes looking for apparent preprocessor macro use that may produce the parse error, then erasing. More... almost 2 years ago
Made template handling more robust to parse errors within template declarations. More... almost 2 years ago
Fixed unused variable warning. More... almost 2 years ago
Updated titles, reordered pages, restored C++ and output example on the front page. More... almost 2 years ago
Updated test to work around missing social plugin support on Windows. More... almost 2 years ago
Restored older (deprecated) pymdownx.emoji configuration until Chocolatey mkdocs-material package is updated. More... almost 2 years ago
Added simple hello world build test. More... almost 2 years ago
Install cairo as dependency of mkdocs-material[imaging]. More... almost 2 years ago
Flattened src/ directory. More... almost 2 years ago
Added pip install mkdocs-material[imaging], now required for builds with social plugin. More... almost 2 years ago
Replaced wildcard with specific named nodes in template query; fixes double 'template template' in output. More... almost 2 years ago
Improved automatic generation of brief description to avoid splitting backtick delimiters. More... almost 2 years ago
Updated descriptions. More... almost 2 years ago
Separated query for templates and added logic to merge with the entity they contain. Also resolves issue of missing members of class templates. More... almost 2 years ago
Updated documentation for end-of-line documentation comments being supported for all entities. More... almost 2 years ago
Delete tree after use. More... almost 2 years ago
Simplified tree-sitter queries to separate documentation from entities instead of trying to capture together. Updated parser accordingly. More... almost 2 years ago
Updated default mkdocs.yaml for Material for MkDocs v9.4. More... almost 2 years ago
Fixed potential segfault under tree-sitter parse workaround. More... almost 2 years ago
Removed Twitter links from website. More... almost 2 years ago
Updated configuration for Material for MkDocs 9.4. More... almost 2 years ago
Restored use of social plugin. More... almost 2 years ago
Updated automatic brief descriptions to return whole description if no appropriate punctuation found to terminate early. More... almost 2 years ago
Updated documentation for new documentation comment styles, including end-of-line styles. More... almost 2 years ago
Added support for /**<, /*!<, ///< and ///!< style documentation comments after variable, enumerator, and macro entities. Required some workarounds for possible tree-sitter bugs that require further investigation. More... almost 2 years ago
Merge branch 'main' of https://github.com/lawmurray/doxide More... almost 2 years ago