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
/
DocGen
/
CGen.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
-- Completely rewritten parser to support all known(to me) C++ constructs, th...
Rowan Goemans
2017-11-05
1
-3
/
+3
*
Fix param generation for function pointers
Christoph Schlosser
2017-10-15
1
-3
/
+6
*
-- Fixed issues from review.
Rowan Goemans
2017-10-15
1
-7
/
+7
*
-- Fixed various issues that came out of the pull request review.
Rowan Goemans
2017-10-15
1
-18
/
+20
*
-- 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
*
-- Fixed tslint issues v2
Rowan Goemans
2017-10-15
1
-12
/
+12
*
-- Fixed tslint issues.
Rowan Goemans
2017-10-15
1
-17
/
+32
*
-- Added extensive templating the be able to generated different types of dox...
Rowan Goemans
2017-10-14
1
-86
/
+86
*
Add option to generate return type documentation
Christoph Schlosser
2017-10-14
1
-5
/
+9
*
Add C parser and generator
Christoph Schlosser
2017-10-07
1
-0
/
+153