diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-07 15:23:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-07 15:23:38 +0000 |
commit | 1eebe078ffbb85c3fb8a14db4d241502b27145bf (patch) | |
tree | ccfcc15f00554d709c0dea804e5fd8033320a851 /docs/src/concepts.dox | |
parent | c6a35e2186b66ef014f9a0f456d30b564d02e0fe (diff) | |
download | ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.gz ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.bz2 ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/concepts.dox')
-rw-r--r-- | docs/src/concepts.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox index d6364513b..49c96b2c8 100644 --- a/docs/src/concepts.dox +++ b/docs/src/concepts.dox @@ -34,8 +34,8 @@ * ChibiOS/RT APIs are all named following this convention:
* @a ch\<group\>\<action\>\<suffix\>().
* The possible groups are: @a Sys, @a Sch, @a Time, @a VT, @a Thd, @a Sem,
- * @a Mtx, @a Cond, @a Evt, @a Msg, @a Stream, @a IO, @a IQ, @a OQ, @a Dbg,
- * @a Core, @a Heap, @a Pool.
+ * @a Mtx, @a Cond, @a Evt, @a Msg, @a SequentialStream, @a IO, @a IQ, @a OQ,
+ * @a Dbg, @a Core, @a Heap, @a Pool.
*
* @section api_suffixes API Names Suffixes
* The suffix can be one of the following:
|