mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Fix ambiguous image file name warnings
Most of the warnings are due to a bug in doxygen (fixed in 1.8.17, but...), however some were legit due to overzealous image search paths wildly including the doxygen output tree.
This commit is contained in:
parent
9248e8cf01
commit
bdf2443d01
1 changed files with 0 additions and 1 deletions
|
@ -937,7 +937,6 @@ EXAMPLE_RECURSIVE = NO
|
|||
# \image command).
|
||||
|
||||
IMAGE_PATH = @TOPSRC@/doc \
|
||||
@builddir@ \
|
||||
@builddir@/progs \
|
||||
@builddir@/qtv
|
||||
|
||||
|
|
Loading…
Reference in a new issue