Browse Source

authors and include dir in doxygen

Julius Pfrommer 9 years ago
parent
commit
cfcb1a3bb6
2 changed files with 10 additions and 1 deletions
  1. 9 0
      AUTHORS
  2. 1 1
      doc/Doxyfile.in

+ 9 - 0
AUTHORS

@@ -0,0 +1,9 @@
+The authors of open62541 are (in alphabetical order)
+
+Bauer, Maximilian
+Graube, Markus
+Gruener, Sten <s.gruener (at) plt.rwth-aachen.de>
+Jeromin, Holger
+Palm, Florian <f.palm (at) plt.rwth-aachen.de>
+Pfrommer, Julius <julius.pfrommer (at) kit.edu>
+Urbas, Leon <leon.urbas (at) tu-dresden.de>

+ 1 - 1
doc/Doxyfile.in

@@ -754,7 +754,7 @@ WARN_LOGFILE           =
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/doc @CMAKE_CURRENT_SOURCE_DIR@/src  @PROJECT_BINARY_DIR@/src_generated
+INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/doc @CMAKE_CURRENT_SOURCE_DIR@/include @CMAKE_CURRENT_SOURCE_DIR@/src  @PROJECT_BINARY_DIR@/src_generated
 
 # 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