summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-2/+2
* Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-5/+5
* Merge branch 'std'Dimitri van Heesch2019-10-071-11/+7
|\
| * Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-11/+7
* | issue #7274 Subpages no longer possible under mainpagealbert-github2019-09-271-1/+1
|/
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-2/+2
* Merge pull request #7264 from albert-github/feature/bug_164073Dimitri van Heesch2019-09-161-0/+17
|\
| * Bug 164073 - There should be a dummy tag that Doxygen ignoresalbert-github2019-09-151-0/+17
| * issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-071-5/+0
| * issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-071-0/+5
* | Consistent way to show scanner statealbert-github2019-09-051-0/+3
|/
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-2/+2
|\
| * Correction warning messagealbert-github2019-06-011-2/+2
* | Minor code simplificationsDimitri van Heesch2019-08-041-3/+8
* | Merge branch 'feature/bug_doc_cont' of https://github.com/albert-github/doxyg...Dimitri van Heesch2019-08-041-0/+3
|\ \
| * | Incorrect joining documentation sections.albert-github2019-07-071-0/+3
* | | Regression: unbalanced grouping commandsalbert-github2019-08-021-1/+1
* | | Merge branch 'feature/regr_7105_2' of https://github.com/albert-github/doxyge...Dimitri van Heesch2019-07-301-1/+1
|\ \ \
| * | | regression #7105 Correct counting in case of `\name`albert-github2019-07-121-0/+1
| |/ /
* | | Merge branch 'feature/regr_7105' of https://github.com/albert-github/doxygen ...Dimitri van Heesch2019-07-301-1/+0
|\ \ \
| * | | regression #7105 correct counting for group close countingalbert-github2019-07-101-0/+1
| |/ /
* | | Merge pull request #7026 from albert-github/feature/bug_end_comment_code_sectionDimitri van Heesch2019-07-291-6/+9
|\ \ \
| * | | End comment marker in \code section.albert-github2019-06-041-6/+9
| | |/ | |/|
* | | take doc group out of commentscan.lAdrian Negreanu2019-07-261-216/+12
| |/ |/|
* | issue #7102 Doxygen does not generate error/warning message for unbalanced gr...albert-github2019-07-051-1/+13
* | Merge pull request #7054 from albert-github/feature/regr_6945Dimitri van Heesch2019-06-161-0/+1
|\ \
| * | Missing brief descriptions with `\defgroup`albert-github2019-06-131-0/+1
* | | Merge branch 'feature/issue_7050' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-06-161-7/+18
|\ \ \ | |/ / |/| |
| * | issue #7050 Physical newlines (^^) not working in group names and without spa...albert-github2019-06-121-7/+18
|/ /
* | No space when replacing `\copydoc` by `\copydetails`albert-github2019-06-081-1/+1
|/
* issue #6945 \class after \brief doesn't count as a new line - resulting docs ...albert-github2019-05-081-23/+23
* issue #6796 Bad link to section, subsection if pointing at item past suspicio...albert-github2019-01-261-2/+2
* Terminate brief in case of `-#` listalbert-github2019-01-111-0/+5
* Terminating brief commandalbert-github2019-01-101-0/+4
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-20/+28
* issue #6732 align environment for formula (\f{align}) no longer workingalbert-github2019-01-031-0/+2
* Fix regression due to move of markdown processingDimitri van Heesch2018-12-241-14/+13
* issue #6692 XML TOC generation is not backwards-compatible with 1.8.14albert-github2018-12-191-1/+3
* Prevent <center> and <div> inside brief descriptions to avoid broken XHTML ou...Dimitri van Heesch2018-12-161-1/+3
* Extending \cite command with '-' and '?' characters.albert-github2018-11-171-4/+10
* Merge pull request #6562 from albert-github/feature/bug_referencesDimitri van Heesch2018-11-041-0/+32
|\
| * Add commands to handle referenced by relation and references relationalbert-github2018-10-301-4/+4
| * Add commands to handle referenced by relation and references relationalbert-github2018-10-171-0/+32
* | Merge pull request #6439 from albert-github/feature/bug_748927Dimitri van Heesch2018-10-271-2/+6
|\ \ | |/ |/|
| * Bug 748927 - Navigation incorrect with escaped symbolsalbert-github2018-08-111-2/+6
* | Implementation of standard generator for docbook outputalbert-github2018-09-071-0/+4
* | Update mail addressDimitri van Heesch2018-09-011-1/+1
* | Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-163/+186
|/
* Merge pull request #6408 from arm-in/masterDimitri van Heesch2018-07-261-1/+1
|\
| * Update commentscan.lArmin Müller2018-07-251-1/+1