Skip to content

Commit

Permalink
gnrc_priority_queue: fix doxygen document.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuoshuguo authored and kb2ma committed Jan 14, 2017
1 parent d96f8a3 commit 9602988
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions sys/include/net/gnrc/priority_pktqueue.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
/*
* Copyright (C) 2015 Daniel Krebs
* 2016 INRIA
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

/**
* @{
* @defgroup net_gnrc_priority_pktqueue Priority packet queue
* @defgroup net_gnrc_priority_pktqueue Priority packet queue for GNRC
* @ingroup net_gnrc
* @brief Wrapper for priority_queue that holds gnrc_pktsnip_t*
* @{
*
* @file
* @brief Wrapper for priority_queue that holds gnrc_pktsnip_t* and is
* aware of it's length.
* @brief gnrc priority packet queue API
*
* @author Daniel Krebs <github@daniel-krebs.net>
* @author Shuguo Zhuo <shuguo.zhuo@inria.fr>
* @}
*/

#ifndef GNRC_PRIORITY_PKTQUEUE_H
Expand Down Expand Up @@ -133,3 +134,4 @@ void gnrc_priority_pktqueue_push(gnrc_priority_pktqueue_t* queue,
#endif

#endif /* GNRC_PRIORITY_PKTQUEUE_H */
/** @} */
8 changes: 4 additions & 4 deletions sys/net/gnrc/priority_pktqueue/priority_pktqueue.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2015 Daniel Krebs
* 2016 INRIA
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

/**
* @ingroup net_gnrc_priority_pktqueue
* @{
* @defgroup net_gnrc_priority_pktqueue Priority packet queue
* @ingroup net_gnrc
*
* @file
* @brief Wrapper for priority_queue that holds gnrc_pktsnip_t* and is
* aware of it's length.
* @brief gnrc priority packet queue implementation
*
* @author Daniel Krebs <github@daniel-krebs.net>
* @author Shuguo Zhuo <shuguo.zhuo@inria.fr>
Expand Down

0 comments on commit 9602988

Please sign in to comment.