Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Double defined operator in test 74 | albert-github | 2019-01-05 | 1 | -1/+2 |
| | | | | | | In test 074 the operator `&=` was identically defined twice, now corrected with const. In XHTML this resulted in error: `struct_foo.xhtml:204: element a: validity error : ID aa20bd44b1bb87a652ac65170ddfa1a5a already defined` | ||||
* | testing: improve tests for \ref. | Vladimír Vondruš | 2018-12-29 | 1 | -0/+25 |
| | | | | | | Tests for C++11 user-defined literals from https://github.com/doxygen/doxygen/issues/6299 were missing, adding them to avoid the regression re-appearing in the future. | ||||
* | Added test case for \ref, and fixed representation of operator->*() | Dimitri van Heesch | 2018-12-21 | 1 | -0/+49 |