aboutsummaryrefslogtreecommitdiffstats
path: root/CAN_signaling.doxygen
diff options
context:
space:
mode:
Diffstat (limited to 'CAN_signaling.doxygen')
-rw-r--r--CAN_signaling.doxygen6
1 files changed, 3 insertions, 3 deletions
diff --git a/CAN_signaling.doxygen b/CAN_signaling.doxygen
index 39d182e4..cf57f8b0 100644
--- a/CAN_signaling.doxygen
+++ b/CAN_signaling.doxygen
@@ -58,7 +58,7 @@ PROJECT_BRIEF = "AGL binding to manage CAN bus communication"
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = docs
+OUTPUT_DIRECTORY = docs_doxygen
# 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 format and
@@ -1111,7 +1111,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_STYLESHEET =
+HTML_EXTRA_STYLESHEET =
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
@@ -2167,7 +2167,7 @@ DOT_FONTSIZE = 10
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.
-DOT_FONTPATH =
+DOT_FONTPATH =
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.