Improved doc layout

This commit is contained in:
Michael Jumper
2011-11-26 16:48:44 -08:00
parent 92508bb91a
commit 5437cb338a
2 changed files with 10 additions and 2 deletions

View File

@@ -1,2 +1,10 @@
# Compiled code
target/
# Backup files
*~
# Generated docs
doc/doxygen-output

View File

@@ -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