Changeset 579:69e67ae7951b

Show
Ignore:
Timestamp:
06/04/08 22:19:02 (7 months ago)
Author:
David Anderson <dave@…>
Branch:
default
Message:

Tweak the titles of the library APIs.

The use of the 'library' suffix in the group names is redundant, as
the enclosing section is already called "Libraries".

Location:
nxos/base/lib
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • nxos/base/lib/gui/gui.h

    r535 r579  
    55 */ 
    66 
    7 /* Copyright (C) 2008 the NxOS developers 
     7/* Copyright (c) 2008 the NxOS developers 
    88 * 
    99 * See AUTHORS for a full list of the developers. 
     
    2121/*@{*/ 
    2222 
    23 /** @defgroup gui Graphical user interface library 
     23/** @defgroup gui Graphical user interface 
    2424 * 
    2525 * This GUI library provides an easy-to-use interface for creating 
  • nxos/base/lib/memalloc/memalloc.h

    r578 r579  
    1919/*@{*/ 
    2020 
    21 /** @defgroup memalloc Memory allocator library 
     21/** @defgroup memalloc Memory allocator 
    2222 * 
    2323 * This optional library provides the TLSF memory allocator to 
  • nxos/base/lib/rcmd/rcmd.h

    r551 r579  
    33 */ 
    44 
    5 /* Copyright (C) 2007 the NxOS developers 
     5/* Copyright (c) 2007,2008 the NxOS developers 
    66 * 
    77 * See AUTHORS for a full list of the developers. 
     
    1919/*@{*/ 
    2020 
    21 /** @defgroup rcmd Remote robot command library 
     21/** @defgroup rcmd Robot remote control 
    2222 * 
    2323 * The remote robot command library provides a small command parsing and