Skip to content

Commit

Permalink
Update doxygen input and output dir
Browse files Browse the repository at this point in the history
Fix output directory to existing path
Fix input directory to existing path
Avoid creating latex files

Signed-off-by: nedimtokic <nedim.tokic@secomind.com>
  • Loading branch information
nedimtokic committed Nov 13, 2024
1 parent cab724c commit 12c867e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/doxy_config
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = ./docs/out
OUTPUT_DIRECTORY = out

# 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
Expand Down Expand Up @@ -884,8 +884,8 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = .\AstarteDeviceSDKCSharp \
.\docs\docmain.dox
INPUT = ../AstarteDeviceSDKCSharp \
docmain.dox

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -1810,7 +1810,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.

GENERATE_LATEX = YES
GENERATE_LATEX = NO

# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
Expand Down

0 comments on commit 12c867e

Please sign in to comment.