summaryrefslogtreecommitdiffstats
path: root/src/Config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add option to filter keywordsChristoph Schlosser2020-06-261-0/+2
|
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-291-1/+7
| | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates
* Added additional File Header fields for version, copyright, and custom linesDean Anderson2018-09-291-0/+7
|
* Add brief templateChristoph Schlosser2018-03-021-1/+2
|
* Make order of comment tags customizableChristoph Schlosser2018-03-021-7/+3
| | | | Fix #55
* Add more smart textChristoph Schlosser2018-03-021-0/+8
| | | | | | - Getter - Setter - Factory method
* Change config structureChristoph Schlosser2018-03-021-41/+83
|
* Add tests and fix default smart textChristoph Schlosser2018-03-021-2/+2
|
* Make smart text configurableChristoph Schlosser2018-03-021-0/+6
|
* Add options and allow change of option orderChristoph Schlosser2018-02-251-0/+7
|
* Generate description of fileChristoph Schlosser2018-02-251-0/+5
| | | | Fix #51
* 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