summaryrefslogtreecommitdiffstats
path: root/src/docgroup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-16/+16
* Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMapDimitri van Heesch2020-12-301-19/+22
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-6/+5
* Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-11/+10
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-0/+15
* Regression: unbalanced grouping commandsalbert-github2019-08-021-7/+10
* Merge branch 'feature/regr_7105_2' of https://github.com/albert-github/doxyge...Dimitri van Heesch2019-07-301-2/+2
* Merge branch 'feature/regr_7105' of https://github.com/albert-github/doxygen ...Dimitri van Heesch2019-07-301-2/+5
* Fix naming and indenting.Dimitri van Heesch2019-07-271-70/+70
* take doc group out of commentscan.lAdrian Negreanu2019-07-261-0/+209