summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CodeParserController.ts
Commit message (Collapse)AuthorAgeFilesLines
* -- Completely rewritten parser to support all known(to me) C++ constructs, ↵Rowan Goemans2017-11-051-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 v3Rowan Goemans2017-10-151-11/+11
|
* -- Fixed tslint issues.Rowan Goemans2017-10-151-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 Goemans2017-10-141-14/+17
| | | | doxygen comment.
* Add option to choose Qt style comment start0.0.3Christoph Schlosser2017-10-091-3/+5
|
* Add C parser and generatorChristoph Schlosser2017-10-071-0/+4
|
* Initial filesChristoph Schlosser2017-10-061-0/+101