[Doxygen-users] multiple use of page label warning with only 1 use
Brought to you by:
dimitri
|
From: Mark <dox...@er...> - 2020-03-18 00:25:41
|
I am getting the following warning:
multiple use of page label 'license', (other occurrence: <license>, line: 1)
in a Markdown file with the following heading:
License and Attribution Notices {#license}
=======================
-----------------
The warning appears on the last line shown - the dashed line.
No other files contain '@page license’ and no other .md files use the label ‘license’ so this is looking like a bug to me. Any else seen this or have any idea what is going on or any idea how to find out what file <license> refers to?
Regards
-Mark |