From 9d863cc9031ae56b1f134f040ae3414448a4da8f Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Tue, 23 Jul 2002 22:04:53 +0000 Subject: [PATCH] Updated search directories to match new hierarchy git-svn-id: file:///srv/svn/repos/haiku/trunk/current@406 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/storage/doxygen_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/storage/doxygen_config b/docs/develop/storage/doxygen_config index b5ced8aa62..17c39f5113 100644 --- a/docs/develop/storage/doxygen_config +++ b/docs/develop/storage/doxygen_config @@ -103,7 +103,7 @@ FULL_PATH_NAMES = YES # only done if one of the specified strings matches the left-hand part of # the path. It is allowed to use relative paths in the argument list. -STRIP_FROM_PATH = /cvsroot/open-beos/ +STRIP_FROM_PATH = /cvsroot/open-beos/current # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set @@ -244,7 +244,7 @@ WARN_FORMAT = "$file:$line: $text" # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../source/lib/ +INPUT = ../../../src/kits/storage ../../../headers/os/storage ../../../headers/private/storage # 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