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
/
CParser
/
CParser.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
-- Added more unit tests.
Rowan Goemans
2018-02-20
1
-19
/
+25
*
-- Implemented support for all operators except the conversion operator.
Rowan Goemans
2018-02-20
1
-28
/
+113
*
Cleanup Parser interface
Christoph Schlosser
2017-12-16
1
-1
/
+1
*
-- Fixed bug where type modifiers like unsigned signed weren't properly recog...
Rowan Goemans
2017-11-23
1
-33
/
+8
*
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
1
-120
/
+275
|
*
-- Completely rewritten parser to support all known(to me) C++ constructs, th...
Rowan Goemans
2017-11-05
1
-0
/
+387
*
-- 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
1
-120
/
+275
*
-- Completely rewritten parser to support all known(to me) C++ constructs, th...
Rowan Goemans
2017-10-30
1
-0
/
+387