xoofx / CppAst.NET

CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
BSD 2-Clause "Simplified" License
501 stars 66 forks source link

wiki out-of-date? #62

Open thautwarm opened 2 years ago

thautwarm commented 2 years ago

I'd appreciate it for the project's informative and categorical documentations. Unfortunately, some of the docs seem inaccurate.

CppAst.NET type-system gives a clarified description of the possible variants of CppTypes, but CppTemplateParameterType is not included.

I'd ask if the wiki is up-to-date, or anything else I'd take care if I use this project?

xoofx commented 2 years ago

Yes, the doc is not up-to-date, some folks made PRs to bring support for template parameters.