Christoph's site
/building
/self-hosting
/musing
/replying
index
:
doxdocgen
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/simple-git-3.16.0
devcontainer-2
make-vsix-smaller
master
python
Visual Studio Code extension to generate doxygen documentation from source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CodeParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
-- Added more unit tests.
Rowan Goemans
2018-02-20
2
-20
/
+26
*
-- Implemented support for all operators except the conversion operator.
Rowan Goemans
2018-02-20
2
-28
/
+114
*
Cleanup Parser interface
Christoph Schlosser
2017-12-16
3
-4
/
+3
*
-- Fixed bug where type modifiers like unsigned signed weren't properly recog...
Rowan Goemans
2017-11-23
1
-33
/
+8
*
-- Fixed error where endReplace was used before declaration.
Rowan Goemans
2017-11-23
1
-1
/
+1
*
-- Fixed unused assignment.
Rowan Goemans
2017-11-23
1
-2
/
+1
*
-- Fixed bug where using a different trigger sequence then "*" causes a newli...
Rowan Goemans
2017-11-23
1
-5
/
+2
*
Merge branch 'master' of https://github.com/christophschlosser/doxdocgen
Rowan Goemans
2017-11-05
1
-1
/
+0
|
\
|
*
-- Refactored stripping initializer list and assignment token into function.
Rowan Goemans
2017-11-05
1
-15
/
+23
|
*
-- Fixed problem where initializer list where not working correctly.
Rowan Goemans
2017-11-05
1
-9
/
+16
|
*
-- Modified parser to never return null. It will no always generate an empty ...
Rowan Goemans
2017-11-05
1
-3
/
+4
|
*
-- Added support for void function no return get generated for them.
Rowan Goemans
2017-11-05
1
-1
/
+15
|
*
-- Cleaned up some code and refactored functions.
Rowan Goemans
2017-11-05
4
-236
/
+300
|
*
-- Completely rewritten parser to support all known(to me) C++ constructs, th...
Rowan Goemans
2017-11-05
6
-179
/
+635
*
|
-- Fixed issue where generating a comment above an access specifier resulted ...
Rowan Goemans
2017-11-05
1
-0
/
+6
*
|
-- Refactored stripping initializer list and assignment token into function.
Rowan Goemans
2017-11-05
1
-15
/
+23
*
|
-- Fixed problem where initializer list where not working correctly.
Rowan Goemans
2017-11-05
1
-9
/
+16
*
|
-- Modified parser to never return null. It will no always generate an empty ...
Rowan Goemans
2017-11-05
1
-3
/
+4
*
|
-- Added support for void function no return get generated for them.
Rowan Goemans
2017-11-05
1
-1
/
+15
*
|
-- Cleaned up some code and refactored functions.
Rowan Goemans
2017-11-05
4
-236
/
+300
*
|
-- Completely rewritten parser to support all known(to me) C++ constructs, th...
Rowan Goemans
2017-10-30
6
-179
/
+635
|
/
*
Fix param generation for function pointers
Christoph Schlosser
2017-10-15
1
-5
/
+34
*
-- tslint fix v3
Rowan Goemans
2017-10-15
1
-11
/
+11
*
-- Fixed tslint issues v2
Rowan Goemans
2017-10-15
1
-5
/
+5
*
-- Fixed tslint issues.
Rowan Goemans
2017-10-15
2
-19
/
+37
*
-- Added extensive templating the be able to generated different types of dox...
Rowan Goemans
2017-10-14
2
-24
/
+26
*
Add option to generate return type documentation
Christoph Schlosser
2017-10-14
1
-1
/
+10
*
Remove compiler keywords from function signature
Christoph Schlosser
2017-10-14
1
-1
/
+3
*
Add option to choose Qt style comment start
0.0.3
Christoph Schlosser
2017-10-09
1
-3
/
+5
*
Add C parser and generator
Christoph Schlosser
2017-10-07
3
-119
/
+139
*
Initial files
Christoph Schlosser
2017-10-06
3
-0
/
+242