Skip to content

Commit 3b2ab55

Browse files
committed
formatting issue
1 parent 5a08426 commit 3b2ab55

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

sds/include/sds.txt

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,12 @@
1-
/**
2-
\defgroup Defines
3-
\brief Error and Event Codes
4-
@{
5-
*/
6-
7-
/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
8-
/**
9-
\defgroup SDS_Errors SDS Error Codes
10-
\brief SDS Player Error Codes
11-
\details The following values are returned by most functions.
12-
@{
13-
\def SDS_PLAY_OK
14-
\def SDS_PLAY_ERROR
15-
@}
16-
*/
17-
18-
/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
19-
/**
20-
\defgroup SDS_Event_Codes SDS Event Codes
21-
\brief SDS Player Event Codes
22-
\details The following values are passed as event value to \ref sdsPlayEvent_t.
23-
@{
24-
\def SDS_PLAY_EVENT_IO_ERROR
25-
@}
26-
*/
27-
28-
/**
29-
@}
30-
/
31-
32-
331
/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
342
/**
353
\defgroup SDS_Circular_Buffer SDS Circular Buffer
364
\brief sds.h: SDS circular buffer handling for data streams
375
\details
386
The stream data is written to and read from a circular buffer allocated in RAM. Event callback function which is triggered on data threshold reached can be registered.
39-
407
@{
418
*/
9+
4210
/**
4311
\typedef sdsId_t
4412
\details
@@ -99,6 +67,7 @@ todo
9967
/**
10068
@}
10169
*/
70+
10271
// end group SDS_Circular_Buffer
10372

10473

@@ -320,3 +289,34 @@ todo
320289
*/
321290
// end group SDS_Player
322291

292+
/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
293+
/**
294+
\defgroup Defines
295+
\brief Error and Event Codes
296+
@{
297+
*/
298+
299+
/**
300+
\defgroup SDS_Errors SDS Error Codes
301+
\brief SDS Player Error Codes
302+
\details The following values are returned by most functions.
303+
@{
304+
\def SDS_PLAY_OK
305+
\def SDS_PLAY_ERROR
306+
@}
307+
*/
308+
309+
/**
310+
\defgroup SDS_Event_Codes SDS Event Codes
311+
\brief SDS Player Event Codes
312+
\details The following values are passed as event value to \ref sdsPlayEvent_t.
313+
@{
314+
\def SDS_PLAY_EVENT_IO_ERROR
315+
@}
316+
*/
317+
318+
/**
319+
@}
320+
*/
321+
// end group Defines
322+

0 commit comments

Comments
 (0)