* doc/Doxyfile.in (STRIP_FROM_INC_PATH): Define, so that the
`#include' references are correct.
This commit is contained in:
parent
01566183d8
commit
04fc0b986f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2004-08-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-08-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* doc/Doxyfile.in (STRIP_FROM_INC_PATH): Define, so that the
|
||||||
|
`#include' references are correct.
|
||||||
|
|
||||||
* README: Update.
|
* README: Update.
|
||||||
|
|
||||||
* m4/gccoptim.m4: Compute optimization flags for CXX too.
|
* m4/gccoptim.m4: Compute optimization flags for CXX too.
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,8 @@ STRIP_FROM_PATH = @top_srcdir@/src/ \
|
||||||
# definition is used. Otherwise one should specify the include paths that
|
# definition is used. Otherwise one should specify the include paths that
|
||||||
# are normally passed to the compiler using the -I flag.
|
# are normally passed to the compiler using the -I flag.
|
||||||
|
|
||||||
STRIP_FROM_INC_PATH =
|
STRIP_FROM_INC_PATH = @top_srcdir@/src/ \
|
||||||
|
@top_srcdir@/iface/
|
||||||
|
|
||||||
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
|
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
|
||||||
# (but less readable) file names. This can be useful is your file systems
|
# (but less readable) file names. This can be useful is your file systems
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue