Changeset 579:69e67ae7951b
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r535
|
r579
|
|
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | | /* Copyright (C) 2008 the NxOS developers |
| | 7 | /* Copyright (c) 2008 the NxOS developers |
| 8 | 8 | * |
| 9 | 9 | * See AUTHORS for a full list of the developers. |
| … |
… |
|
| 21 | 21 | /*@{*/ |
| 22 | 22 | |
| 23 | | /** @defgroup gui Graphical user interface library |
| | 23 | /** @defgroup gui Graphical user interface |
| 24 | 24 | * |
| 25 | 25 | * This GUI library provides an easy-to-use interface for creating |
-
|
r578
|
r579
|
|
| 19 | 19 | /*@{*/ |
| 20 | 20 | |
| 21 | | /** @defgroup memalloc Memory allocator library |
| | 21 | /** @defgroup memalloc Memory allocator |
| 22 | 22 | * |
| 23 | 23 | * This optional library provides the TLSF memory allocator to |
-
|
r551
|
r579
|
|
| 3 | 3 | */ |
| 4 | 4 | |
| 5 | | /* Copyright (C) 2007 the NxOS developers |
| | 5 | /* Copyright (c) 2007,2008 the NxOS developers |
| 6 | 6 | * |
| 7 | 7 | * See AUTHORS for a full list of the developers. |
| … |
… |
|
| 19 | 19 | /*@{*/ |
| 20 | 20 | |
| 21 | | /** @defgroup rcmd Remote robot command library |
| | 21 | /** @defgroup rcmd Robot remote control |
| 22 | 22 | * |
| 23 | 23 | * The remote robot command library provides a small command parsing and |