Doxygen documentation update
This commit is contained in:
@@ -195,7 +195,7 @@ namespace eap
|
||||
module &m_module; ///< EAP module
|
||||
|
||||
protected:
|
||||
static const winstd::bstr namespace_eapmetadata;
|
||||
static const winstd::bstr namespace_eapmetadata; ///< Reusable BSTR containing "urn:ietf:params:xml:ns:yang:ietf-eap-metadata"
|
||||
};
|
||||
|
||||
|
||||
@@ -558,6 +558,9 @@ namespace eap
|
||||
class config_connection : public config
|
||||
{
|
||||
public:
|
||||
///
|
||||
/// List of configuration providers
|
||||
///
|
||||
typedef std::list<eap::config_provider> provider_list;
|
||||
|
||||
public:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user