index
:
poseidoc
master
A documentation system based on LibClang and Pandoc
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
generator: document enum constants inline
Minijackson
2020-01-19
|
*
clang-parser: parse `//!` style doc-comments
Minijackson
2020-01-19
|
*
clang-parser: really report enum constant values
Minijackson
2020-01-19
|
*
clang-parser: add support for enum
Minijackson
2020-01-19
|
*
clang-parser: better extra_args defaults
Minijackson
2020-01-18
|
*
add properties to entities, cleaner clang data transformation
Minijackson
2020-01-18
|
*
Cargo update, make serde_json preserve maps order
Minijackson
2020-01-12
|
*
Make most public types non exhaustive
Minijackson
2020-01-12
|
*
clang: allow parse single file + parse typedefs
Minijackson
2020-01-12
|
*
nix: add proper derivation
Minijackson
2020-01-12
|
*
nix: switch to stable branch by default for shell
Minijackson
2019-12-22
|
*
Fix TOC links for inline documentation
Minijackson
2019-12-22
|
*
newtype in types, more generator config, parsing -> parser
Minijackson
2019-12-21
|
*
Big refactoring
Minijackson
2019-12-18
|
|
|
|
|
|
|
- entities should be more coherent when parsing multiple files - well defined, language agnostic entity tree - each module has its own configuration - less dead code
*
entities rework, allow "inline" documentation, merge config with cli
Minijackson
2019-11-23
|
*
add basic config file, use codemap_diagnostic for main errors
Minijackson
2019-11-15
|
*
First version
Minijackson
2019-11-10