(trunk libT) re-start work on making libT doxygen friendly. still a long ways to go on this.

This commit is contained in:
Charles Kerr
2009-05-29 19:17:12 +00:00
parent 28b327b55a
commit 452cb27f9e
27 changed files with 1543 additions and 137 deletions

View File

@@ -30,6 +30,11 @@
#define MAX_STACK_ARRAY_SIZE 7168
/**
* @addtogroup utils Utilities
* @{
*/
typedef struct tr_lock tr_lock;
typedef struct tr_thread tr_thread;
@@ -73,4 +78,6 @@ long munmap( void *ptr,
#endif
/* @} */
#endif