commit | 13e2dfecaa48933daa7565c1c760803abe479471 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 07:18:38 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 07:18:38 2009 +0000 |
tree | 1961ffb8c6c28c6c852fcd947d9cfe823bddd712 | |
parent | c6ce838d8f6eaa4672048ce05c6761aceda2891e [diff] [blame] |
- Cleaned up header documentation
diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index 1bc7351..203ee9a 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h
@@ -58,6 +58,8 @@ /** * \brief Sleep for a certain amount of time + * + * \param Delay in milliseconds */ void m_sleep( int milliseconds );