Explorar o código

Change: Add devicedata.h to Doxygen input

Now devicedata.h will also be documented.

Signed-off-by: Stefan Mätje <stefan.maetje@esd.eu>
Stefan Mätje %!s(int64=6) %!d(string=hai) anos
pai
achega
fe6b772f98
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      source/opener.doxyfile.in

+ 2 - 2
source/opener.doxyfile.in

@@ -152,7 +152,7 @@ FULL_PATH_NAMES        = YES
 # will be relative from the directory where doxygen is started.
 # will be relative from the directory where doxygen is started.
 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
 
 
-STRIP_FROM_PATH        = 
+STRIP_FROM_PATH        = @OpENer_SOURCE_DIR@/../..
 
 
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
 # path mentioned in the documentation of a class, which tells the reader which
 # path mentioned in the documentation of a class, which tells the reader which
@@ -758,7 +758,7 @@ WARN_LOGFILE           =
 # spaces.
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 # Note: If this tag is empty the current directory is searched.
 
 
-INPUT                  = @OpENer_SOURCE_DIR@/src
+INPUT                  = @OpENer_SOURCE_DIR@/src @PROJECT_BINARY_DIR@/src/ports/devicedata.h
 
 
 # This tag can be used to specify the character encoding of the source files
 # 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
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses