index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
code.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-0/+4
*
Added missing debug flags for scanner that were made reentrant
Dimitri van Heesch
2019-12-05
1
-0/+3
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-8/+6
*
Made scanner.l reentrant
Dimitri van Heesch
2019-12-01
1
-1/+1
*
Made code.l scanner reentrant
Dimitri van Heesch
2019-11-21
1
-2515/+2637
*
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-10/+0
*
Replace set of g_inside* booleans with a single g_lang variable
Dimitri van Heesch
2019-11-18
1
-18/+10
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-1/+1
*
Changed implementation to use SkipString/SkipStringS.
Dimitri van Heesch
2019-11-02
1
-6/+10
*
Merge branch 'feature/bug_code_string' of https://github.com/albert-github/do...
Dimitri van Heesch
2019-11-02
1
-0/+6
|
\
|
*
Code highlighting.
albert-github
2019-10-10
1
-0/+6
*
|
Removed commented out line
Dimitri van Heesch
2019-11-01
1
-1/+0
*
|
Merge branch '191031/g_bracketCont' of https://github.com/cheoljoo/doxygen in...
Dimitri van Heesch
2019-11-01
1
-1/+1
|
\
\
|
*
|
bug fix of g_bracketCount in case of if( myobject.getPair() )
Charles.Lee
2019-10-31
1
-1/+1
*
|
|
Merge pull request #7353 from albert-github/feature/issue_7119
Dimitri van Heesch
2019-10-28
1
-1/+1
|
\
\
\
|
*
|
|
issue #7119 Doxygen does not link to C# snippets - regression
albert-github
2019-10-27
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-9/+5
|
/
/
*
|
Avoid code duplication and make the keyword matching more robust
Dimitri van Heesch
2019-09-24
1
-9/+11
*
|
Bug 340202 - @code: static_cast, const_cast, etc C++ keywords
albert-github
2019-09-23
1
-1/+13
*
|
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-3/+2
*
|
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+3
*
|
Merge pull request #7124 from albert-github/feature/issue_7123
Dimitri van Heesch
2019-08-07
1
-13/+13
|
\
\
|
*
|
issue #7124: some code line are missed in the xml file for java
albert-github
2019-07-14
1
-13/+13
*
|
|
Some fixes and restructuring
Dimitri van Heesch
2019-08-06
1
-4/+4
*
|
|
doxyparse addon new features and bugfixes
Joenio Costa
2019-08-05
1
-0/+16
*
|
|
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-15/+15
|
\
\
\
|
*
|
|
Correction warning message
albert-github
2019-06-01
1
-15/+15
|
|
/
/
*
|
|
issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 4)
Dimitri van Heesch
2019-08-03
1
-1/+1
*
|
|
issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 3)
Dimitri van Heesch
2019-08-01
1
-5/+5
*
|
|
Improved constness and avoid using non-const members of aliases
Dimitri van Heesch
2019-07-29
1
-28/+27
*
|
|
code.l: make CallContext independent of global variables
Adrian Negreanu
2019-07-26
1
-20/+20
|
/
/
*
|
Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-styl...
Dimitri van Heesch
2019-05-21
1
-0/+18
|
\
\
|
|
/
|
/
|
|
*
make similar javadoc banner change for stripping special comments from code
Christopher Friedt
2019-05-09
1
-0/+18
*
|
Add const correctness for argument lists
Dimitri van Heesch
2019-05-05
1
-2/+2
*
|
Further const correctness changes
Dimitri van Heesch
2019-05-05
1
-3/+3
|
/
*
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-25/+25
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-9/+9
*
Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltip
Dimitri van Heesch
2019-02-09
1
-5/+0
|
\
|
*
Double id for tooltips in XHTML Possible.
albert-github
2019-01-18
1
-5/+0
*
|
Remove dead code
Dimitri van Heesch
2019-01-21
1
-16/+0
|
/
*
Minor restructuring
Dimitri van Heesch
2018-11-18
1
-6/+37
*
Merge remote-tracking branch 'doxygen/master'
Joe George
2018-11-02
1
-0/+1
|
\
|
*
Merge pull request #6470 from albert-github/feature/issue_6469
Dimitri van Heesch
2018-10-27
1
-0/+1
|
|
\
|
|
*
Issue 6469: Java method calls are ignored in generating call/caller graph wit...
albert-github
2018-08-29
1
-0/+1
*
|
|
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-2/+2
|
/
/
*
|
Bug 749049 - Doxygen not creating call graphs for C# methods if namespace con...
albert-github
2018-10-20
1
-1/+5
*
|
Merge pull request #6489 from albert-github/feature/bug_cs_using_link
Dimitri van Heesch
2018-09-23
1
-1/+1
|
\
\
|
*
|
Don't link to non existing / not accessible namespaces , in CSharp, in the so...
albert-github
2018-09-07
1
-1/+1
*
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2018-09-10
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
'self' keyword in PHP documentation
albert-github
2018-08-06
1
-1/+3
|
|
/
[next]