Skip to content
Snippets Groups Projects
Commit f6de3763 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] Fix doxygen source path

parent 54a72140
No related branches found
No related tags found
1 merge request!54devel->main
......@@ -429,7 +429,7 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC = NO
EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO
......@@ -756,7 +756,9 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = ../doc/main.dox \
../src
../src \
../include/imu \
conf/imu/internal
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment