diff --git a/Doxyfile b/Doxyfile index 2ddcb810747..b1a19730d2f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -905,7 +905,8 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = */src/modules/* +EXCLUDE_PATTERNS = */src/modules/* \ + */src/lua/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/src/whiteboard/action.hpp b/src/whiteboard/action.hpp index e175a196a94..4c1cc14f717 100644 --- a/src/whiteboard/action.hpp +++ b/src/whiteboard/action.hpp @@ -101,7 +101,7 @@ public: /** * Possible errors. * - * Returned by the @ref check function. + * Returned by the @ref check_validity function. */ enum error {