Skip to content

Commit

Permalink
documentation: added missing doxygen header to transceiver interface
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed May 22, 2014
1 parent ce73fa5 commit 9efc0d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sys/include/transceiver.h
@@ -1,8 +1,11 @@

/**
* @defgroup sys_transceiver Transceiver
* @ingroup sys
* @{
*
* @file transceiver.h
* @brief Transceiver library
* @author Oliver Hahm <oliver.hahm@inria.fr>
*/

#ifndef TRANSCEIVER_H
Expand Down Expand Up @@ -220,3 +223,4 @@ int transceiver_start(void);
uint8_t transceiver_register(transceiver_type_t transceivers, int pid);

#endif /* TRANSCEIVER_H */
/** @} */

0 comments on commit 9efc0d2

Please sign in to comment.