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
Commit message (
Expand
)
Author
Age
Files
Lines
*
-- Implemented support for all operators except the conversion operator.
Rowan Goemans
2018-02-20
7
-181
/
+286
*
Generation tests should suffice for now
Christoph Schlosser
2017-12-16
1
-30
/
+0
*
Add more tests
Christoph Schlosser
2017-12-16
1
-0
/
+82
*
Add basic tests
Christoph Schlosser
2017-12-16
7
-5
/
+279
*
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 null in the comment generation.
Rowan Goemans
2017-11-05
1
-1
/
+1
|
*
-- 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
7
-182
/
+638
*
|
-- 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 null in the comment generation.
Rowan Goemans
2017-11-05
1
-1
/
+1
*
|
-- 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
7
-182
/
+638
|
/
*
Fix param generation for function pointers
Christoph Schlosser
2017-10-15
2
-8
/
+40
*
-- Fixed issues from review.
Rowan Goemans
2017-10-15
2
-8
/
+8
*
-- Fixed various issues that came out of the pull request review.
Rowan Goemans
2017-10-15
2
-19
/
+21
*
-- Fixed bad newline in constructor of CGen.
Rowan Goemans
2017-10-15
1
-2
/
+1
*
-- Added defaults to configuration reader in CGen.
Rowan Goemans
2017-10-15
1
-8
/
+8
*
-- Removed unnecesary member variable.
Rowan Goemans
2017-10-15
1
-2
/
+1
*
-- Fixed issue in setting the cursor if no brief was specified. Cursor is new...
Rowan Goemans
2017-10-15
1
-7
/
+17
*
-- tslint fix v3
Rowan Goemans
2017-10-15
1
-11
/
+11
*
-- Fixed tslint issues v2
Rowan Goemans
2017-10-15
2
-17
/
+17
*
-- Fixed tslint issues.
Rowan Goemans
2017-10-15
5
-37
/
+70
*
-- Added extensive templating the be able to generated different types of dox...
Rowan Goemans
2017-10-14
5
-126
/
+128
*
Add option to generate return type documentation
Christoph Schlosser
2017-10-14
3
-6
/
+20
*
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
2
-3
/
+12
*
Add C parser and generator
Christoph Schlosser
2017-10-07
5
-269
/
+295
*
Initial files
Christoph Schlosser
2017-10-06
8
-0
/
+471