We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4007d72 commit 3f64df9Copy full SHA for 3f64df9
doc/Doxyfile_API
@@ -18,6 +18,10 @@ EXCLUDE_SYMBOLS = lslboost
18
SOURCE_BROWSER = YES
19
CLANG_ASSISTED_PARSING = NO
20
CLANG_OPTIONS = -I../lslboost
21
+MACRO_EXPANSION = YES
22
+EXPAND_ONLY_PREDEF = YES
23
+ENABLE_PREPROCESSING = YES
24
+PREDEFINED = LIBLSL_C_API DOXYGEN_SHOULD_SKIP_THIS
25
ALPHABETICAL_INDEX = NO
26
HTML_DYNAMIC_SECTIONS = YES
27
GENERATE_TREEVIEW = YES
include/lsl_cpp.h
@@ -23,7 +23,9 @@
#include <stdexcept>
namespace lsl {
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
#include "lsl_c.h"
28
+#endif
29
30
/**
31
* Constant to indicate that a stream has variable sampling rate.
0 commit comments