Doxygen documentation update

This commit is contained in:
2016-10-31 16:19:13 +01:00
parent af56825d39
commit 96d5b95b6f
6 changed files with 87 additions and 12 deletions

View File

@@ -486,6 +486,9 @@ namespace eap
{
struct cursor_out
{
///
/// Pointer to output data type
///
typedef unsigned char *ptr_type;
ptr_type ptr; ///< Pointer to first data unwritten
@@ -495,6 +498,9 @@ namespace eap
struct cursor_in
{
///
/// Pointer to input data type
///
typedef const unsigned char *ptr_type;
ptr_type ptr; ///< Pointer to first data unread