Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move DocGroup inside CommentScanner instead of using a global | Dimitri van Heesch | 2020-01-26 | 1 | -6/+5 |
| | |||||
* | Replaced QList<Grouping> with std::vector<Grouping> | Dimitri van Heesch | 2019-10-29 | 1 | -11/+10 |
| | |||||
* | Use smartpointers to manage the lifetime of Entry objects | Dimitri van Heesch | 2019-10-07 | 1 | -0/+15 |
| | |||||
* | Regression: unbalanced grouping commands | albert-github | 2019-08-02 | 1 | -7/+10 |
| | | | | | | Regression on #7122 (and #7115 / #7116). When having multiple consecutive `\name` sections the warning "unbalanced grouping commands" appears Analogous to the open command also the close command needs an implicit argument. | ||||
* | Merge branch 'feature/regr_7105_2' of ↵ | Dimitri van Heesch | 2019-07-30 | 1 | -2/+2 |
| | | | | https://github.com/albert-github/doxygen into albert-github-feature/regr_7105_2 | ||||
* | Merge branch 'feature/regr_7105' of https://github.com/albert-github/doxygen ↵ | Dimitri van Heesch | 2019-07-30 | 1 | -2/+5 |
| | | | | into albert-github-feature/regr_7105 | ||||
* | Fix naming and indenting. | Dimitri van Heesch | 2019-07-27 | 1 | -70/+70 |
| | |||||
* | take doc group out of commentscan.l | Adrian Negreanu | 2019-07-26 | 1 | -0/+209 |
Signed-off-by: Adrian Negreanu <groleo@gmail.com> |