From 29d42d0012778b9bac5ba3e8e598a377a190a9ff Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 26 Nov 2011 17:28:12 -0800 Subject: [PATCH] Improved doc layout --- libguac/.gitignore | 3 +++ libguac/{ => doc}/Doxyfile | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) rename libguac/{ => doc}/Doxyfile (99%) diff --git a/libguac/.gitignore b/libguac/.gitignore index e37f9166..b566155e 100644 --- a/libguac/.gitignore +++ b/libguac/.gitignore @@ -33,3 +33,6 @@ libtool ltmain.sh missing +# Generated docs +doc/doxygen-output + diff --git a/libguac/Doxyfile b/libguac/doc/Doxyfile similarity index 99% rename from libguac/Doxyfile rename to libguac/doc/Doxyfile index f5ae26bd..177293d0 100644 --- a/libguac/Doxyfile +++ b/libguac/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 0.5.0 # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc +OUTPUT_DIRECTORY = doxygen-output # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -114,7 +114,7 @@ FULL_PATH_NAMES = YES # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = include +STRIP_FROM_PATH = ../include ../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 @@ -574,7 +574,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = ../include ../src # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -603,7 +603,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = include/client-handlers.h +EXCLUDE = ../include/client-handlers.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded