From 16db388d019dba0dcae16004c5529d5ee0760b3a Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 20 Mar 2017 11:13:28 +0100 Subject: Use gitbook to manage documentation Signed-off-by: Sebastien Douheret --- CAN_signaling.doxygen | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CAN_signaling.doxygen') 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. -- cgit 1.2.3-korg