Skip to content

Commit 20e67c7

Browse files
committed
Docs: update doxygen comments
1 parent 56c2cfc commit 20e67c7

File tree

7 files changed

+743
-671
lines changed

7 files changed

+743
-671
lines changed

doc/Doxyfile_API

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ INLINE_SIMPLE_STRUCTS = YES
1111
EXTRACT_ALL = YES
1212
SHOW_NAMESPACES = NO
1313
INPUT = ../include
14+
JAVADOC_AUTOBRIEF = YES
1415
FILE_PATTERNS = *.c \
1516
*.cpp \
1617
*.h

include/lsl_c.h

Lines changed: 613 additions & 468 deletions
Large diffs are not rendered by default.

include/lsl_cpp.h

Lines changed: 125 additions & 199 deletions
Large diffs are not rendered by default.

src/lsl_continuous_resolver_c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#include "../include/lsl_c.h"
21
#include "resolver_impl.h"
32
#include "api_config.h"
43
#include <iostream>
54

65
extern "C" {
6+
#include "../include/lsl_c.h"
77
// === implementation of the continuous_resolver class ===
88

99
using namespace lsl;

src/lsl_freefuncs_c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "../include/lsl_c.h"
21
#include "common.h"
32
#include "resolver_impl.h"
43
#include "api_config.h"
@@ -13,6 +12,7 @@ using std::string;
1312
using std::vector;
1413

1514
extern "C" {
15+
#include "../include/lsl_c.h"
1616
/**
1717
* Get the protocol version.
1818
*/

src/lsl_inlet_c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#include "../include/lsl_c.h"
21
#include "stream_inlet_impl.h"
32

43
extern "C" {
4+
#include "../include/lsl_c.h"
55
// === implementation of the stream_inlet class ===
66

77
using namespace lsl;

src/lsl_outlet_c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#include "../include/lsl_c.h"
21
#include "stream_outlet_impl.h"
32

43

54
extern "C" {
5+
#include "../include/lsl_c.h"
66
// === implementation of the lsl_outlet functions of the C API ===
77

88
using namespace lsl;

0 commit comments

Comments
 (0)