Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move DocGroup inside CommentScanner instead of using a global | Dimitri van Heesch | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | Coverity uninitialized | albert-github | 2019-12-02 | 1 | -2/+2 |
| | | | | Fixing a number of uninitialized variables based on the coverity output of November 30, 2019 | ||||
* | Replaced QList<Grouping> with std::vector<Grouping> | Dimitri van Heesch | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | Fixed typo | Dimitri van Heesch | 2019-08-02 | 1 | -1/+1 |
| | |||||
* | Regression: unbalanced grouping commands | albert-github | 2019-08-02 | 1 | -1/+1 |
| | | | | | | 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 | -1/+1 |
| | | | | https://github.com/albert-github/doxygen into albert-github-feature/regr_7105_2 | ||||
* | Fix naming and indenting. | Dimitri van Heesch | 2019-07-27 | 1 | -23/+23 |
| | |||||
* | take doc group out of commentscan.l | Adrian Negreanu | 2019-07-26 | 1 | -0/+54 |
Signed-off-by: Adrian Negreanu <groleo@gmail.com> |