| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Fixed bug where using a different trigger sequence then "*" causes a ↵ | Rowan Goemans | 2017-11-23 | 1 | -5/+2 |
| | | | | | newline to be addd between the comment and the documented entity. | ||||
| * | -- Completely rewritten parser to support all known(to me) C++ constructs, ↵ | Rowan Goemans | 2017-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | this includes: - Function pointers as parameters and as returns. - Template support. - Trailing return type. - Variadic templates. - Variadic parametes, C style and template style. - Correct parsing of template types with more then 1 template parameter. | ||||
| * | -- tslint fix v3 | Rowan Goemans | 2017-10-15 | 1 | -11/+11 |
| | | |||||
| * | -- Fixed tslint issues. | Rowan Goemans | 2017-10-15 | 1 | -6/+19 |
| | | | | | -- Added config parameter to add type information to return DoxyGen parameter. | ||||
| * | -- Added extensive templating the be able to generated different types of ↵ | Rowan Goemans | 2017-10-14 | 1 | -14/+17 |
| | | | | | doxygen comment. | ||||
| * | Add option to choose Qt style comment start0.0.3 | Christoph Schlosser | 2017-10-09 | 1 | -3/+5 |
| | | |||||
| * | Add C parser and generator | Christoph Schlosser | 2017-10-07 | 1 | -0/+4 |
| | | |||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 1 | -0/+101 |