index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
commentscan.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-20/+25
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-31/+21
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-27/+26
*
Restructure citation handling
Dimitri van Heesch
2020-02-16
1
-1/+1
*
Improve formula handling and rendering.
Dimitri van Heesch
2020-02-12
1
-15/+6
*
Fix 'converting to std::stack<GuardedSection> from initializer list would use...
Dimitri van Heesch
2020-01-28
1
-1/+1
*
commentscan.l: replace QStack by std::stack
Dimitri van Heesch
2020-01-27
1
-47/+39
*
Replace DocCmdMapper by std::map
Dimitri van Heesch
2020-01-27
1
-209/+150
*
Move DocGroup inside CommentScanner instead of using a global
Dimitri van Heesch
2020-01-26
1
-12/+56
*
Merge branch 'ifspacing'
Dimitri van Heesch
2020-01-26
1
-0/+2
|
\
|
*
Fix for removed spaces in certain \if \else \endif constructs
Dimitri van Heesch
2020-01-07
1
-0/+2
*
|
Merge pull request #7498 from albert-github/feature/bug_rules
Dimitri van Heesch
2020-01-11
1
-12/+0
|
\
\
|
*
|
Remove unused rules
albert-github
2020-01-09
1
-12/+0
|
|
/
*
|
Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...
albert-github
2020-01-09
1
-0/+4
|
/
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-1324/+1441
*
Replaced \_fakeform by \_form
Dimitri van Heesch
2019-12-26
1
-2/+2
*
Merge branch 'feature/bug_formula' of https://github.com/albert-github/doxyge...
Dimitri van Heesch
2019-12-26
1
-2/+2
|
\
|
*
Better warning in case of `@form`
albert-github
2019-11-06
1
-2/+2
*
|
Removed exitCode parameter as it is always 1
Dimitri van Heesch
2019-12-22
1
-1/+1
*
|
Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2019-12-22
1
-2/+1
|
\
\
|
*
|
Better termination message
albert-github
2019-11-22
1
-2/+1
*
|
|
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-2/+2
|
/
/
*
|
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-9/+0
*
|
Spelling corrections for src directory
albert-github
2019-11-05
1
-1/+1
|
/
*
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-9/+6
*
Replaced QList<SectionInfo> by std::vector<SectionInfo>
Dimitri van Heesch
2019-10-29
1
-3/+3
*
Replaced QList<Grouping> with std::vector<Grouping>
Dimitri van Heesch
2019-10-29
1
-2/+2
*
Replaced QList<BaseInfo> with std::vector<BaseInfo>
Dimitri van Heesch
2019-10-29
1
-5/+5
*
Merge branch 'std'
Dimitri van Heesch
2019-10-07
1
-11/+7
|
\
|
*
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-11/+7
*
|
issue #7274 Subpages no longer possible under mainpage
albert-github
2019-09-27
1
-1/+1
|
/
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-2/+2
*
Merge pull request #7264 from albert-github/feature/bug_164073
Dimitri van Heesch
2019-09-16
1
-0/+17
|
\
|
*
Bug 164073 - There should be a dummy tag that Doxygen ignores
albert-github
2019-09-15
1
-0/+17
|
*
issue #6715: Errorneous matching of the immediately following block command a...
Dimitri van Heesch
2019-09-07
1
-5/+0
|
*
issue #6715: Errorneous matching of the immediately following block command a...
Dimitri van Heesch
2019-09-07
1
-0/+5
*
|
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+3
|
/
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-2/+2
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-2/+2
*
|
Minor code simplifications
Dimitri van Heesch
2019-08-04
1
-3/+8
*
|
Merge branch 'feature/bug_doc_cont' of https://github.com/albert-github/doxyg...
Dimitri van Heesch
2019-08-04
1
-0/+3
|
\
\
|
*
|
Incorrect joining documentation sections.
albert-github
2019-07-07
1
-0/+3
*
|
|
Regression: unbalanced grouping commands
albert-github
2019-08-02
1
-1/+1
*
|
|
Merge branch 'feature/regr_7105_2' of https://github.com/albert-github/doxyge...
Dimitri van Heesch
2019-07-30
1
-1/+1
|
\
\
\
|
*
|
|
regression #7105 Correct counting in case of `\name`
albert-github
2019-07-12
1
-0/+1
|
|
/
/
*
|
|
Merge branch 'feature/regr_7105' of https://github.com/albert-github/doxygen ...
Dimitri van Heesch
2019-07-30
1
-1/+0
|
\
\
\
|
*
|
|
regression #7105 correct counting for group close counting
albert-github
2019-07-10
1
-0/+1
|
|
/
/
*
|
|
Merge pull request #7026 from albert-github/feature/bug_end_comment_code_section
Dimitri van Heesch
2019-07-29
1
-6/+9
|
\
\
\
|
*
|
|
End comment marker in \code section.
albert-github
2019-06-04
1
-6/+9
|
|
|
/
|
|
/
|
*
|
|
take doc group out of commentscan.l
Adrian Negreanu
2019-07-26
1
-216/+12
|
|
/
|
/
|
[next]