summaryrefslogtreecommitdiffstats
path: root/src/CodeParser
Commit message (Expand)AuthorAgeFilesLines
* -- 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
* Merge branch 'master' of https://github.com/christophschlosser/doxdocgenRowan Goemans2017-11-051-1/+0
|\
| * -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
| * -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
| * -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
| * -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
| * -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-054-236/+300
| * -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-11-056-179/+635
* | -- Fixed issue where generating a comment above an access specifier resulted ...Rowan Goemans2017-11-051-0/+6
* | -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
* | -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
* | -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
* | -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
* | -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-054-236/+300
* | -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-10-306-179/+635
|/
* Fix param generation for function pointersChristoph Schlosser2017-10-151-5/+34
* -- tslint fix v3Rowan Goemans2017-10-151-11/+11
* -- Fixed tslint issues v2Rowan Goemans2017-10-151-5/+5
* -- Fixed tslint issues.Rowan Goemans2017-10-152-19/+37
* -- Added extensive templating the be able to generated different types of dox...Rowan Goemans2017-10-142-24/+26
* Add option to generate return type documentationChristoph Schlosser2017-10-141-1/+10
* Remove compiler keywords from function signatureChristoph Schlosser2017-10-141-1/+3
* Add option to choose Qt style comment start0.0.3Christoph Schlosser2017-10-091-3/+5
* Add C parser and generatorChristoph Schlosser2017-10-073-119/+139
* Initial filesChristoph Schlosser2017-10-063-0/+242