summaryrefslogtreecommitdiffstats
path: root/src/Lang/Cpp/CppDocGen.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add more smart textChristoph Schlosser2018-03-021-11/+77
| | | | | | - Getter - Setter - Factory method
* Change config structureChristoph Schlosser2018-03-021-36/+37
|
* Dont select negative valuesChristoph Schlosser2018-03-021-2/+2
|
* Make smart text configurableChristoph Schlosser2018-03-021-7/+21
|
* Suggest smart text for ctor and dtorChristoph Schlosser2018-03-021-3/+46
|
* Add options and allow change of option orderChristoph Schlosser2018-02-251-26/+69
|
* Generate description of fileChristoph Schlosser2018-02-251-2/+40
| | | | Fix #51
* -- Added tests for the configuration options.Rowan Goemans2018-02-201-2/+5
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+178
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.