[Lemon-commits] [lemon_svn] alpar: r1776 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:29 CET 2006
Author: alpar
Date: Sun Apr 10 18:26:26 2005
New Revision: 1776
Modified:
hugo/trunk/doc/Doxyfile.in
Log:
'make docs' and 'make install' is also working now in external build-dir
Modified: hugo/trunk/doc/Doxyfile.in
==============================================================================
--- hugo/trunk/doc/Doxyfile.in (original)
+++ hugo/trunk/doc/Doxyfile.in Sun Apr 10 18:26:26 2005
@@ -115,7 +115,7 @@
# If left blank the directory from which doxygen is run is used as the
# path to strip.
-STRIP_FROM_PATH = ../src
+STRIP_FROM_PATH = @abs_top_srcdir@/src
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
@@ -124,7 +124,7 @@
# definition is used. Otherwise one should specify the include paths that
# are normally passed to the compiler using the -I flag.
-STRIP_FROM_INC_PATH = ../src
+STRIP_FROM_INC_PATH = @abs_top_srcdir@/src
# 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
@@ -450,26 +450,11 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = mainpage.dox \
- getstart.dox \
- quicktour.dox \
- demoprograms.dox \
- graphs.dox \
- undir_graphs.dox \
- named-param.dox \
- maps.dox \
- coding_style.dox \
- groups.dox \
- namespaces.dox \
- license.dox \
- developers_interface.dox \
- graph_io.dox \
- dirs.dox \
- gwrappers.dox \
- ../src/lemon \
- ../src/lemon/concept \
- ../src/demo \
- ../src/test/test_tools.h
+INPUT = @abs_top_srcdir@/doc \
+ @abs_top_srcdir@/src/lemon \
+ @abs_top_srcdir@/src/lemon/concept \
+ @abs_top_srcdir@/src/demo \
+ @abs_top_srcdir@/src/test/test_tools.h
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -478,7 +463,7 @@
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
-FILE_PATTERNS =
+FILE_PATTERNS = *.h *.cc *.dox
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.
More information about the Lemon-commits
mailing list