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
*
Reworked changes a bit
Dimitri van Heesch
2020-10-04
1
-20/+20
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-21/+24
*
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
*
Line count mismatch for Python (#8041)
albert-github
2020-09-18
1
-1/+1
*
Command \ilinebr reamained
albert-github
2020-09-03
1
-6/+6
*
Improvement of line count for e.g. warnings
albert-github
2020-08-15
1
-4/+4
*
New option allowing processing using multiple threads
Dimitri van Heesch
2020-08-05
1
-12/+0
*
Misleading warning about missing argument
albert-github
2020-07-31
1
-14/+25
*
More \ilinebr related cleanup and combined some rules
Dimitri van Heesch
2020-07-28
1
-1/+0
*
More improvement regarding \\ilinebr handling
Dimitri van Heesch
2020-07-28
1
-9/+5
*
Better handling of \\ilinebr
Dimitri van Heesch
2020-07-28
1
-1/+17
*
Forgot to add space after internal \ilinebr command
Dimitri van Heesch
2020-07-27
1
-1/+1
*
Additional tweaks to get markdown tables inside ALIASES work
Dimitri van Heesch
2020-07-27
1
-31/+31
*
issue #7867 Fixed regression where blank line after \class was not seen as pa...
Dimitri van Heesch
2020-07-18
1
-476/+494
*
issue #7852, #7867, #7901: Changed the set of commands that effect ending a b...
Dimitri van Heesch
2020-07-17
1
-146/+150
*
Multi-threaded parsing: added locks around global data
Dimitri van Heesch
2020-06-17
1
-13/+39
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-1046/+1049
*
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
|
\
[next]