Open
Description
status NEW severity normal in component general for ---
Reported in version 1.8.13 on platform Other
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
- doxygen_bug.tar (ID 347375)
On 2017-03-07 09:56:35 +0000, Luis Recuerda wrote:
Created attachment 347375
tar file with bug examble
I have found a bug in doxygen when the strip option is used in doxyfile and
two files has a very similar name.
Files are /tmp/routed/protocol.h and /tmp/mrouted/protocol.h. Without
'strip' option they are processed without warning, but with a strip option
of '/tmp' I get the next warning:
<unknown>:1: warning: the name `/tmp/routed/protocol.h' supplied as the
second argument in the \file statement matches the following input files:
/tmp/routed/protocol.h
Please use a more specific name by including a (larger) part of the path!
/tmp/routed/protocol.h:2: warning: the name `/tmp/routed/protocol.h'
supplied as the second argument in the \file statement matches the following
input files:
/tmp/routed/protocol.h
Please use a more specific name by including a (larger) part of the path!
I have attached the Doxyfile and both mrouted/protocol.h and
routed/protocol.h in a tar file
Best regards
Luis,