diff options
author | albert-github <albert.tests@gmail.com> | 2020-12-08 15:48:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-12-08 15:48:53 (GMT) |
commit | fada71a46966a83a06df17d220d8ee08a5a927b1 (patch) | |
tree | b043014ba17e095bd0a993b8385fd5df55612bac /src/util.cpp | |
parent | 979ea243de83a693e0d9da545ee4cbe7db9521ee (diff) | |
download | Doxygen-fada71a46966a83a06df17d220d8ee08a5a927b1.zip Doxygen-fada71a46966a83a06df17d220d8ee08a5a927b1.tar.gz Doxygen-fada71a46966a83a06df17d220d8ee08a5a927b1.tar.bz2 |
Multilke anchors with member-group
When running a link checker on the CGAL (e.g. AABB_tree package) we get a lot of warnings like:
```
Processing file:///.../doc_output/AABB_tree/classCGAL_1_1AABB__tree.html
List of duplicate and empty anchors
member-group Lines: 191, 229, 258, 297, 316, 335, 347
```
The member-group anchor is shown like:
```
<a name="member-group"></a>
```
and create each time the `\name` command is used. the `\name` command can be used multiple times on a page.
There is (no way to) reference the anchor (like `<a href="#member-group">...`) found in the doxygen code.
Setting the name to the empty string prevents the anchor from being created.
Diffstat (limited to 'src/util.cpp')
0 files changed, 0 insertions, 0 deletions