Documentation fixes

This commit is contained in:
adamdunkels 2007-03-29 23:38:07 +00:00
parent bc1bb96809
commit 36bc77d27f

View file

@ -33,12 +33,12 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: rime.h,v 1.5 2007/03/25 17:16:25 adamdunkels Exp $ * $Id: rime.h,v 1.6 2007/03/29 23:38:07 adamdunkels Exp $
*/ */
/** /**
* \file * \file
* A brief description of what this file is. * Header file for the Rime stack
* \author * \author
* Adam Dunkels <adam@sics.se> * Adam Dunkels <adam@sics.se>
*/ */
@ -53,8 +53,6 @@
#include "net/rime/queuebuf.h" #include "net/rime/queuebuf.h"
#include "net/rime/route.h" #include "net/rime/route.h"
#include "net/rime/rime-debug.h"
/** /**
* \brief Initialize Rime * \brief Initialize Rime
* *
@ -93,3 +91,4 @@ void rime_driver_send(void);
#endif /* __RIME_H__ */ #endif /* __RIME_H__ */
/** @} */ /** @} */
/** @} */