summaryrefslogtreecommitdiffstats
path: root/src/parser
Commit message (Collapse)AuthorAge
* clang-parser: fix once again UTF-8 comment parsingHEADmasterMinijackson2020-02-23
|
* clang-parser: make entity names coherentMinijackson2020-02-23
|
* clang-parser: allow nameless entities as it is common in CMinijackson2020-02-23
| | | | | | | | | | | for example: typedef struct { ... } my_struct; The struct is nameless, the typedef isn't. For now this pattern is not detected, and renders badly in the generated documentation. It stopped spouting errors for big C codebases, though.
* clang-parser: advertise global namespace as namespaceMinijackson2020-02-23
| | | | simplifies config of inline documentation
* clang-parser: don't put the entity in error messageMinijackson2020-02-23
|
* clang-parser: document ClassTemplate as classMinijackson2020-02-23
|
* clang-parser: fix comment parsing with UTF-8Minijackson2020-02-23
|
* clang-parser: remove some more unused APIMinijackson2020-02-23
|
* clang-parser: remove unused commented codeMinijackson2020-02-23
|
* Big clang refactoringMinijackson2020-02-23
| | | | | | | | - Manipulating the entity tree should be much nicer: - "Typesafe type erasure" - Entry API for the tree - *NOT clang specific*: There is now a single entity at the top of the tree: the global namespace scope for the case of C/C++
* clang-parser: centralize diagnostic building/reportingMinijackson2020-01-23
|
* clang-parser: parse `//!` style doc-commentsMinijackson2020-01-19
|
* clang-parser: really report enum constant valuesMinijackson2020-01-19
|
* clang-parser: add support for enumMinijackson2020-01-19
|
* clang-parser: better extra_args defaultsMinijackson2020-01-18
|
* add properties to entities, cleaner clang data transformationMinijackson2020-01-18
|
* clang: allow parse single file + parse typedefsMinijackson2020-01-12
|
* Fix TOC links for inline documentationMinijackson2019-12-22
|
* newtype in types, more generator config, parsing -> parserMinijackson2019-12-21