From 5437cb338a4375afea7a6c10c353847428fa38a7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 26 Nov 2011 16:48:44 -0800 Subject: [PATCH] Improved doc layout --- guacamole-common/.gitignore | 8 ++++++++ guacamole-common/{ => doc}/Doxyfile | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) rename guacamole-common/{ => doc}/Doxyfile (99%) diff --git a/guacamole-common/.gitignore b/guacamole-common/.gitignore index 42f4a1a64..533192e5f 100644 --- a/guacamole-common/.gitignore +++ b/guacamole-common/.gitignore @@ -1,2 +1,10 @@ + +# Compiled code target/ + +# Backup files *~ + +# Generated docs +doc/doxygen-output + diff --git a/guacamole-common/Doxyfile b/guacamole-common/doc/Doxyfile similarity index 99% rename from guacamole-common/Doxyfile rename to guacamole-common/doc/Doxyfile index 339015afd..f9150ec95 100644 --- a/guacamole-common/Doxyfile +++ b/guacamole-common/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 @@ -574,7 +574,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = ../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