mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
Improved doc layout
This commit is contained in:
8
guacamole-common/.gitignore
vendored
8
guacamole-common/.gitignore
vendored
@@ -1,2 +1,10 @@
|
||||
|
||||
# Compiled code
|
||||
target/
|
||||
|
||||
# Backup files
|
||||
*~
|
||||
|
||||
# Generated docs
|
||||
doc/doxygen-output
|
||||
|
||||
|
@@ -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
|
Reference in New Issue
Block a user