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
*
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
|
|
/
|
/
|
*
|
issue #7102 Doxygen does not generate error/warning message for unbalanced gr...
albert-github
2019-07-05
1
-1/+13
*
|
Merge pull request #7054 from albert-github/feature/regr_6945
Dimitri van Heesch
2019-06-16
1
-0/+1
|
\
\
|
*
|
Missing brief descriptions with `\defgroup`
albert-github
2019-06-13
1
-0/+1
*
|
|
Merge branch 'feature/issue_7050' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-06-16
1
-7/+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
issue #7050 Physical newlines (^^) not working in group names and without spa...
albert-github
2019-06-12
1
-7/+18
|
/
/
*
|
No space when replacing `\copydoc` by `\copydetails`
albert-github
2019-06-08
1
-1/+1
|
/
*
issue #6945 \class after \brief doesn't count as a new line - resulting docs ...
albert-github
2019-05-08
1
-23/+23
*
issue #6796 Bad link to section, subsection if pointing at item past suspicio...
albert-github
2019-01-26
1
-2/+2
*
Terminate brief in case of `-#` list
albert-github
2019-01-11
1
-0/+5
*
Terminating brief command
albert-github
2019-01-10
1
-0/+4
*
issue #6734 parsing performance worsened
Dimitri van Heesch
2019-01-07
1
-20/+28
*
issue #6732 align environment for formula (\f{align}) no longer working
albert-github
2019-01-03
1
-0/+2
*
Fix regression due to move of markdown processing
Dimitri van Heesch
2018-12-24
1
-14/+13
*
issue #6692 XML TOC generation is not backwards-compatible with 1.8.14
albert-github
2018-12-19
1
-1/+3
*
Prevent <center> and <div> inside brief descriptions to avoid broken XHTML ou...
Dimitri van Heesch
2018-12-16
1
-1/+3
*
Extending \cite command with '-' and '?' characters.
albert-github
2018-11-17
1
-4/+10
*
Merge pull request #6562 from albert-github/feature/bug_references
Dimitri van Heesch
2018-11-04
1
-0/+32
|
\
|
*
Add commands to handle referenced by relation and references relation
albert-github
2018-10-30
1
-4/+4
|
*
Add commands to handle referenced by relation and references relation
albert-github
2018-10-17
1
-0/+32
*
|
Merge pull request #6439 from albert-github/feature/bug_748927
Dimitri van Heesch
2018-10-27
1
-2/+6
|
\
\
|
|
/
|
/
|
|
*
Bug 748927 - Navigation incorrect with escaped symbols
albert-github
2018-08-11
1
-2/+6
[next]