mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 09:51:40 +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 command).
|
||||||
|
|
||||||
IMAGE_PATH = @TOPSRC@/doc \
|
IMAGE_PATH = @TOPSRC@/doc \
|
||||||
@builddir@ \
|
|
||||||
@builddir@/progs \
|
@builddir@/progs \
|
||||||
@builddir@/qtv
|
@builddir@/qtv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue