summaryrefslogtreecommitdiffstats
path: root/src/Config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Customize the number of lines to getChristoph Schlosser2018-02-241-0/+2
| | | | Fix #52
* -- Added test for constructors and destructors.Rowan Goemans2018-02-201-2/+1
| | | | | -- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs.
* -- Added many unit tests for the C parser. Almost complete nowRowan Goemans2018-02-201-16/+41
| | | | | | | | -- Refactored project structure to allow for more overview once we add more languages. -- Renamed a lot of types in the CParser to be more explicit. -- Made configuration injectable into the classes that need them. This allows to unit test configuration variables. -- Added 2 new config params that allows to customize what gets returned for a bool return type. -- Small changes to the logic to make it more concise.
* -- Fixed issues from review.Rowan Goemans2017-10-151-1/+1
|
* -- Fixed various issues that came out of the pull request review.Rowan Goemans2017-10-151-1/+1
|
* -- Fixed tslint issues.Rowan Goemans2017-10-151-0/+1
| | | | -- 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-2/+11
| | | | doxygen comment.
* Add option to generate return type documentationChristoph Schlosser2017-10-141-0/+1
|
* Add option to choose Qt style comment start0.0.3Christoph Schlosser2017-10-091-0/+7