index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
scanner.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #7635: Incorrect location for enum in XML file
Dimitri van Heesch
2020-03-14
1
-6/+54
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-5/+10
*
Incorrect handling of typedef in combination with const
albert-github
2020-02-25
1
-3/+10
*
issue #6319: C++ function returning std::function with reference argument is ...
Dimitri van Heesch
2020-02-17
1
-15/+16
*
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-0/+3
*
issue #7508: TYPEDEF_HIDES_STRUCT stopped working properly
Dimitri van Heesch
2020-01-28
1
-5/+3
*
Move DocGroup inside CommentScanner instead of using a global
Dimitri van Heesch
2020-01-26
1
-8/+8
*
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
1
-1/+0
*
Merge pull request #7497 from albert-github/feature/bug_consistency_only
Dimitri van Heesch
2020-01-11
1
-4/+4
|
\
|
*
Consistency `\*only` and `\end*only` commands
albert-github
2020-01-09
1
-4/+4
*
|
issue #7472: Serious regression: /**< comments cause functions to be silently...
Dimitri van Heesch
2020-01-09
1
-5/+3
|
/
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-3/+5
*
Merge branch 'master' into feature/bug_fenced_code
Dimitri van Heesch
2019-12-26
1
-3498/+3428
|
\
|
*
issue #7446: C#: parameter named `extends` is broken in the documentation
Dimitri van Heesch
2019-12-20
1
-4/+4
|
*
Incorrect warning "yyextra->inside" instead of "inside"
albert-github
2019-12-18
1
-2/+2
|
*
issue #7412: HTML: Opening a reference link in a new tab does not scroll to t...
Dimitri van Heesch
2019-12-10
1
-2/+5
|
*
Merge branch 'master' into feature/bug_coverity_unint
Dimitri van Heesch
2019-12-08
1
-85/+58
|
|
\
|
|
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-45/+46
|
|
*
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
-40/+9
|
*
|
Coverity uninitialized
albert-github
2019-12-02
1
-1/+1
|
|
/
|
*
Made scanner.l reentrant
Dimitri van Heesch
2019-12-01
1
-3329/+3371
|
*
Fixed line count misaligned introduced with JAVADOC_BANNER
Dimitri van Heesch
2019-11-24
1
-36/+38
|
*
Cleanup scanner.l code and naming
Dimitri van Heesch
2019-11-24
1
-2756/+2723
|
*
Made code.l scanner reentrant
Dimitri van Heesch
2019-11-21
1
-2/+5
|
*
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-7/+0
|
*
Fix line count after multiline close group
Roel Standaert
2019-11-12
1
-0/+1
|
*
Simplied the logic for moving documentation to the most nested Entry
Dimitri van Heesch
2019-11-10
1
-23/+21
|
*
Merge branch 'feature/issue_7295' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-11-10
1
-0/+17
|
|
\
|
|
*
issue #7295 Doxygen documentation of C++17 nested namespace erroneous
albert-github
2019-10-06
1
-0/+17
|
*
|
Fixed use of uninitialized pointer in preprocessor
Dimitri van Heesch
2019-11-09
1
-1/+1
|
*
|
Spelling corrections for src directory
albert-github
2019-11-05
1
-1/+1
|
*
|
Merge pull request #7364 from albert-github/feature/issue_7358
Dimitri van Heesch
2019-11-02
1
-1/+1
|
|
\
\
|
|
*
|
issue #7358: Ternary conditional and null-coalescing operator in constructor ...
albert-github
2019-10-30
1
-1/+1
|
*
|
|
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-18/+4
|
*
|
|
Replaced QList<Grouping> with std::vector<Grouping>
Dimitri van Heesch
2019-10-29
1
-60/+4
|
*
|
|
Replaced QList<BaseInfo> with std::vector<BaseInfo>
Dimitri van Heesch
2019-10-29
1
-6/+6
|
|
/
/
*
|
|
Length of identifying fenced code block
albert-github
2019-10-29
1
-8/+12
|
/
/
*
|
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-143/+114
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-10-13
1
-2/+17
|
\
\
|
*
\
Merge pull request #7297 from albert-github/feature/bug_572798
Dimitri van Heesch
2019-10-09
1
-1/+1
|
|
\
\
|
|
*
|
Bug 570798 - \\\< does not work for php constants
albert-github
2019-10-06
1
-1/+1
|
|
|
/
|
*
|
Merge pull request #7303 from albert-github/feature/issue_7302
Dimitri van Heesch
2019-10-09
1
-0/+15
|
|
\
\
|
|
*
|
issue 7302: Parsing of template args in single-quotes is incorrect.
albert-github
2019-10-08
1
-0/+15
|
*
|
|
Merge pull request #7283 from luzpaz/typos
Dimitri van Heesch
2019-10-09
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fix typos
luz.paz
2019-09-28
1
-1/+1
|
|
|
/
*
|
|
Fix lifetime issue for Entry objects.
Dimitri van Heesch
2019-10-13
1
-2/+2
|
/
/
*
|
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-171/+146
|
/
*
issue #7265: Double quote character in C++ raw string literal causes Doxygen ...
Dimitri van Heesch
2019-09-24
1
-0/+11
*
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+2
[next]