mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
2e39b26207
commit
7909c20307
3 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* @section intro_sec Introduction
|
* @section intro_sec Introduction
|
||||||
*
|
*
|
||||||
* Welcome to the libpsyc Documentation!
|
* Welcome to the libpsyc documentation!
|
||||||
*
|
*
|
||||||
* @section install_sec Installation
|
* @section install_sec Installation
|
||||||
*
|
*
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup parser Parsing Functions
|
* @defgroup PSYC Parsing Functions
|
||||||
*
|
*
|
||||||
* This module contains packet and list parsing functions.
|
* This module contains packet and list parsing functions.
|
||||||
* The parser adheres to the definition of a packet found at
|
* The parser adheres to the definition of a packet found at
|
||||||
|
@ -101,11 +101,11 @@
|
||||||
* }
|
* }
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* This simple example does not consider some more complex cases for when you
|
* This simple example does not consider some more complex cases when you
|
||||||
* recieve incomplete packets but still want to access the data. This code would
|
* receive incomplete packets but still want to access the data. This code would
|
||||||
* simply reject incomplete packets as error. A more detailed tutorial for
|
* simply reject incomplete packets as error. A more detailed tutorial for
|
||||||
* incomplete packets will follow, in the mean time, have look at the return
|
* incomplete packets will follow. In the mean time, have look at the return
|
||||||
* codes in psycParseRC and their explainations. @see psycParseRC
|
* codes in psycParseRC and their explanations. @see psycParseRC
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @{ */ // begin of parser group
|
/** @{ */ // begin of parser group
|
||||||
|
|
|
@ -38,7 +38,7 @@ psycRenderRC psyc_render (psycPacket *packet, char *buffer, size_t buflen);
|
||||||
*/
|
*/
|
||||||
psycRenderRC psyc_renderList (psycList *list, char *buffer, size_t buflen);
|
psycRenderRC psyc_renderList (psycList *list, char *buffer, size_t buflen);
|
||||||
|
|
||||||
/** @} */ // end of render group
|
/** @} */ // end of renderer group
|
||||||
|
|
||||||
#define PSYC_RENDER_H
|
#define PSYC_RENDER_H
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue