summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* -- Fixed bug where type modifiers like unsigned signed weren't properly recog...Rowan Goemans2017-11-231-33/+8
* -- 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 null in the comment generation.Rowan Goemans2017-11-051-1/+1
| * -- 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-057-182/+638
* | -- 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 null in the comment generation.Rowan Goemans2017-11-051-1/+1
* | -- 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-307-182/+638
|/
* Fix param generation for function pointersChristoph Schlosser2017-10-152-8/+40
* -- Fixed issues from review.Rowan Goemans2017-10-152-8/+8
* -- Fixed various issues that came out of the pull request review.Rowan Goemans2017-10-152-19/+21
* -- Fixed bad newline in constructor of CGen.Rowan Goemans2017-10-151-2/+1
* -- Added defaults to configuration reader in CGen.Rowan Goemans2017-10-151-8/+8
* -- Removed unnecesary member variable.Rowan Goemans2017-10-151-2/+1
* -- Fixed issue in setting the cursor if no brief was specified. Cursor is new...Rowan Goemans2017-10-151-7/+17
* -- tslint fix v3Rowan Goemans2017-10-151-11/+11
* -- Fixed tslint issues v2Rowan Goemans2017-10-152-17/+17
* -- Fixed tslint issues.Rowan Goemans2017-10-155-37/+70
* -- Added extensive templating the be able to generated different types of dox...Rowan Goemans2017-10-145-126/+128
* Add option to generate return type documentationChristoph Schlosser2017-10-143-6/+20
* Remove compiler keywords from function signatureChristoph Schlosser2017-10-141-1/+3
* Add option to choose Qt style comment start0.0.3Christoph Schlosser2017-10-092-3/+12
* Add C parser and generatorChristoph Schlosser2017-10-075-269/+295
* Initial filesChristoph Schlosser2017-10-068-0/+471