diff options
author | albert-github <albert.tests@gmail.com> | 2020-12-04 11:53:41 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-12-04 11:53:41 (GMT) |
commit | 98fa1e02eb69d6738376bb2c5febd0078ca795b5 (patch) | |
tree | 9912c70ce2d1f144b94dc1f00392720773633477 /src/xmlcode.l | |
parent | 8b2342099979279670478918aa3febe3cba1508b (diff) | |
download | Doxygen-98fa1e02eb69d6738376bb2c5febd0078ca795b5.zip Doxygen-98fa1e02eb69d6738376bb2c5febd0078ca795b5.tar.gz Doxygen-98fa1e02eb69d6738376bb2c5febd0078ca795b5.tar.bz2 |
Creating link to not defined label in case of groups
In the doxygen group example there is for group 5 a "More" link but this points to nowhere as there is no detailed section. Using a link checker this gives:
```
Processing file:///.../html/group__group5.html
List of broken links and other issues:
file:///.../html/group__group5.html
Line: 47
Code: 200 (no message)
To do: Some of the links to this resource point to broken URI fragments
(such as index.html#fragment).
The following fragments need to be fixed:
details Line: 47
```
By applying the same logic for creating the "More" link as for for the real writing and using the appropriate function (with correction) for it
Diffstat (limited to 'src/xmlcode.l')
0 files changed, 0 insertions, 0 deletions