Skip to content

Commit

Permalink
Merge pull request #1798 from LudwigOrtmann/pktqueue-doxygen
Browse files Browse the repository at this point in the history
sys/net/pktqueue: fix doxygen
  • Loading branch information
miri64 committed Oct 11, 2014
2 parents 58a10f3 + 90e2b1c commit 84a6823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/net/include/pktqueue.h
Expand Up @@ -7,8 +7,8 @@
*/

/**
* @defgroup pktqueue
* @addtogroup net
* @defgroup pktqueue Packet Queue
* @ingroup net
* @{
*
* @file pktqueue.h
Expand Down Expand Up @@ -39,7 +39,7 @@ typedef struct pktqueue_node_t {
/**
* @brief data type for packet queues
*
* @extends prioriry_queue_t
* @extends priority_queue_t
*/
typedef struct {
pktqueue_node_t *first; /**< first node in the queue */
Expand Down

0 comments on commit 84a6823

Please sign in to comment.