Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSarang Bharadwaj <sarang.bh@gmail.com>2012-04-05 13:06:24 +0400
committerSarang Bharadwaj <sarang.bh@gmail.com>2012-04-05 13:06:24 +0400
commit8bd3dfd3a28d293a90edf58a56bbc80c39829d80 (patch)
treea43140ca62e2f9643a6951364482ee938cb5de81 /docs
parent0d46e7f53ec6781201e2e381fa2ce9908ba38ebe (diff)
NetworkPlugin python version
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 45a29656..d5fe6463 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NUMBER = "2.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 = /home/hanzz/code/libtransport/docs/../docs/html
+OUTPUT_DIRECTORY = /home/sarang/dev/libtransport/docs/../docs/html
# 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
@@ -564,7 +564,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = /home/hanzz/code/libtransport/docs/../include/transport/
+INPUT = /home/sarang/dev/libtransport/docs/../include/transport/
# 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
@@ -621,7 +621,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = "/home/hanzz/code/libtransport/docs/examples"
+EXAMPLE_PATH = "/home/sarang/dev/libtransport/docs/examples"
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -641,7 +641,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH = "/home/hanzz/code/libtransport/docs"
+IMAGE_PATH = "/home/sarang/dev/libtransport/docs"
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -763,7 +763,7 @@ GENERATE_HTML = YES
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `html' will be used as the default path.
-HTML_OUTPUT = /home/hanzz/code/libtransport/docs/../docs/html
+HTML_OUTPUT = /home/sarang/dev/libtransport/docs/../docs/html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
@@ -1445,7 +1445,7 @@ DOT_IMAGE_FORMAT = png
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
-DOT_PATH = "/usr/bin"
+DOT_PATH = ""
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the