Changeset b45c443 in mainline for generic/include/console


Ignore:
Timestamp:
2006-06-13T14:26:44Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

Location:
generic/include/console
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • generic/include/console/chardev.h

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup genericconsole
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6773
    6874#endif /* __CHARDEV_H__ */
     75
     76 /** @}
     77 */
     78
  • generic/include/console/cmd.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup genericconsole
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CMD_H__
    3036#define __CMD_H__
     
    3642
    3743#endif
     44
     45 /** @}
     46 */
     47
  • generic/include/console/console.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup genericconsole
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CONSOLE_H__
    3036#define __CONSOLE_H__
     
    4551
    4652#endif /* __CHARDEV_H__ */
     53
     54 /** @}
     55 */
     56
  • generic/include/console/kconsole.h

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup genericconsole
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    7480
    7581#endif
     82
     83 /** @}
     84 */
     85
  • generic/include/console/klog.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup genericklog
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef _KLOG_H_
    3036#define _KLOG_H_
     
    3440
    3541#endif
     42
     43 /** @}
     44 */
     45
Note: See TracChangeset for help on using the changeset viewer.