Minor documentation update

This commit is contained in:
adamdunkels 2009-03-02 21:56:16 +00:00
parent da591f484f
commit 78591a003f
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,8 @@
/**
* \addtogroup shell
* @{
*/
/* /*
* Copyright (c) 2008, Swedish Institute of Computer Science. * Copyright (c) 2008, Swedish Institute of Computer Science.
* All rights reserved. * All rights reserved.
@ -28,12 +33,12 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: serial-shell.c,v 1.3 2009/02/08 19:28:57 adamdunkels Exp $ * $Id: serial-shell.c,v 1.4 2009/03/02 21:56:16 adamdunkels Exp $
*/ */
/** /**
* \file * \file
* A shell driver for the serial port * A shell back-end for the serial port
* \author * \author
* Adam Dunkels <adam@sics.se> * Adam Dunkels <adam@sics.se>
*/ */
@ -92,3 +97,4 @@ serial_shell_init(void)
process_start(&serial_shell_process, NULL); process_start(&serial_shell_process, NULL);
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/** @} */

View file

@ -54,7 +54,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: announcement.h,v 1.1 2009/02/05 19:32:01 adamdunkels Exp $ * $Id: announcement.h,v 1.2 2009/03/02 21:59:28 adamdunkels Exp $
*/ */
/** /**
@ -84,7 +84,7 @@ struct announcement {
/** /**
* \name Application API * \name Application API
* *{ * @{
*/ */
/** /**
* \brief Register an announcement * \brief Register an announcement
@ -168,7 +168,7 @@ void announcement_listen(int periods);
/** /**
* \name System API * \name System API
* *{ * @{
*/ */
/** /**