| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pass params to docgenpython | Christoph Schlosser | 2018-10-20 | 2 | -1/+7 |
| | | |||||
| * | Get logical line for python function | Christoph Schlosser | 2018-10-20 | 2 | -4/+44 |
| | | |||||
| * | Parse python with # | Christoph Schlosser | 2018-10-20 | 3 | -4/+7 |
| | | |||||
| * | Trigger on python | Christoph Schlosser | 2018-10-20 | 1 | -1/+3 |
| | | |||||
| * | Add basic Python files | Christoph Schlosser | 2018-10-20 | 5 | -0/+47 |
| | | |||||
| * | Release 0.4.10.4.1 | Christoph Schlosser | 2018-10-05 | 3 | -3/+9 |
| | | |||||
| * | Fix type as variable name | Christoph Schlosser | 2018-10-04 | 2 | -1/+9 |
| | | |||||
| * | Update Readme with new settings0.4.0 | Christoph Schlosser | 2018-09-29 | 1 | -59/+80 |
| | | |||||
| * | Release 0.4.0 | Christoph Schlosser | 2018-09-29 | 3 | -3/+9 |
| | | |||||
| * | Added additional documentation to package.json | Dean Anderson | 2018-09-29 | 2 | -5/+3 |
| | | | | | Cleaned up FIXME comments in CppDocGen.ts | ||||
| * | Fixes for whitespace errors to pass tslint tests | Dean Anderson | 2018-09-29 | 2 | -11/+10 |
| | | |||||
| * | customTag will supply ISO date format if user configured format empty | Dean Anderson | 2018-09-29 | 5 | -11/+86 |
| | | | | | | | 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 lines | Dean Anderson | 2018-09-29 | 3 | -1/+63 |
| | | |||||
| * | Release 0.3.30.3.3 | Christoph Schlosser | 2018-07-06 | 3 | -3/+9 |
| | | |||||
| * | Merge pull request #81 from christophschlosser/memberpointer | Christoph Schlosser | 2018-07-06 | 5 | -0/+23 |
| |\ | | | | | Parse member pointers correctly | ||||
| | * | Merge branch 'master' into memberpointer | Christoph Schlosser | 2018-07-06 | 4 | -4/+12 |
| | |\ | |/ |/| | |||||
| * | | Release 0.3.20.3.2 | Christoph Schlosser | 2018-06-26 | 3 | -3/+10 |
| | | | |||||
| * | | Check if editor and event are undefined | Christoph Schlosser | 2018-06-26 | 1 | -1/+2 |
| | | | |||||
| * | | Ignore macOS files | Christoph Schlosser | 2018-06-26 | 1 | -1/+2 |
| | | | |||||
| | * | Update unit tests | Christoph Schlosser | 2018-07-06 | 3 | -23/+10 |
| | | | | | | | | | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers. | ||||
| | * | Parse member pointers correctly | Christoph Schlosser | 2018-06-25 | 3 | -0/+35 |
| | | | |||||
| | * | Ignore npm-debug.log | Christoph Schlosser | 2018-06-25 | 1 | -1/+3 |
| |/ | |||||
| * | Release 0.3.10.3.1 | Christoph Schlosser | 2018-03-30 | 3 | -2/+23 |
| | | |||||
| * | Don’t trigger comment generation while in comment | Christoph Schlosser | 2018-03-30 | 1 | -0/+19 |
| | | |||||
| * | Don’t trigger if there’s whitespace after sequence | Christoph Schlosser | 2018-03-30 | 1 | -2/+10 |
| | | |||||
| * | Release 0.3.00.3.0 | Christoph Schlosser | 2018-03-07 | 5 | -5/+45 |
| | | |||||
| * | Update documentation of config parameters | Christoph Schlosser | 2018-03-07 | 2 | -20/+20 |
| | | |||||
| * | Add brief template | Christoph Schlosser | 2018-03-02 | 3 | -6/+7 |
| | | |||||
| * | Add gif to README | Christoph Schlosser | 2018-03-02 | 2 | -0/+1 |
| | | |||||
| * | Update readme | Christoph Schlosser | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Make order of comment tags customizable | Christoph Schlosser | 2018-03-02 | 5 | -66/+83 |
| | | | | | Fix #55 | ||||
| * | Add config changed notification | Christoph Schlosser | 2018-03-02 | 2 | -1/+27 |
| | | |||||
| * | Indent readme correctly | Christoph Schlosser | 2018-03-02 | 1 | -56/+56 |
| | | |||||
| * | Add smart text and config options to readme | Christoph Schlosser | 2018-03-02 | 5 | -1/+109 |
| | | |||||
| * | Split CTor and DTor text as well | Christoph Schlosser | 2018-03-02 | 2 | -85/+90 |
| | | |||||
| * | Add tests for new smart text | Christoph Schlosser | 2018-03-02 | 2 | -2/+123 |
| | | |||||
| * | Improve detection of snake and UPPER case | Christoph Schlosser | 2018-03-02 | 1 | -5/+7 |
| | | |||||
| * | Document casing checker method | Christoph Schlosser | 2018-03-02 | 1 | -0/+11 |
| | | |||||
| * | Add casing validation | Christoph Schlosser | 2018-03-02 | 1 | -7/+55 |
| | | |||||
| * | Add more smart text | Christoph Schlosser | 2018-03-02 | 5 | -13/+150 |
| | | | | | | | - Getter - Setter - Factory method | ||||
| * | Change config structure | Christoph Schlosser | 2018-03-02 | 10 | -139/+204 |
| | | |||||
| * | Make appveyor run tests as well | Christoph Schlosser | 2018-03-02 | 1 | -2/+0 |
| | | |||||
| * | Add tests and fix default smart text | Christoph Schlosser | 2018-03-02 | 3 | -2/+56 |
| | | |||||
| * | Dont select negative values | Christoph Schlosser | 2018-03-02 | 2 | -2/+4 |
| | | |||||
| * | Make smart text configurable | Christoph Schlosser | 2018-03-02 | 3 | -7/+42 |
| | | |||||
| * | Suggest smart text for ctor and dtor | Christoph Schlosser | 2018-03-02 | 2 | -10/+67 |
| | | |||||
| * | Fix build files (?) and add badge to readme | Christoph Schlosser | 2018-03-01 | 3 | -2/+9 |
| | | |||||
| * | Add gitter | Christoph Schlosser | 2018-03-01 | 2 | -2/+15 |
| | | |||||
| * | Update package.json0.2.1 | Christoph Schlosser | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | Add Moment as runtime dependency | Christoph Schlosser | 2018-02-26 | 1 | -1/+3 |
| | | |||||