summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CodeParserController.ts
Commit message (Expand)AuthorAgeFilesLines
* -- Added many unit tests for the C parser. Almost complete nowRowan Goemans2018-02-201-119/+0
* Cleanup Parser interfaceChristoph Schlosser2017-12-161-1/+1
* -- Fixed error where endReplace was used before declaration.Rowan Goemans2017-11-231-1/+1
* -- Fixed unused assignment.Rowan Goemans2017-11-231-2/+1
* -- Fixed bug where using a different trigger sequence then "*" causes a newli...Rowan Goemans2017-11-231-5/+2
* -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-10-301-2/+2
* -- tslint fix v3Rowan Goemans2017-10-151-11/+11
* -- Fixed tslint issues.Rowan Goemans2017-10-151-6/+19
* -- Added extensive templating the be able to generated different types of dox...Rowan Goemans2017-10-141-14/+17
* 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