Files at this revision

API Documentation at this revision

Comitter:
segundo
Date:
Thu Nov 11 10:16:33 2010 +0000
Parent:
4:6592f6b49368
Child:
6:74e9f8b6e352
Commit message:

Changed in this revision

Common/OS_Kernel.h Show annotated file Show diff for this revision Revisions of this file
--- a/Common/OS_Kernel.h	Thu Nov 11 10:12:54 2010 +0000
+++ b/Common/OS_Kernel.h	Thu Nov 11 10:16:33 2010 +0000
@@ -231,7 +231,7 @@
         class process : public TBaseProcess
         {
         public:
-            INLINE_PROCESS_CTOR process();
+            INLINE_PROCESS_CTOR process(); ///< Constructor
 #ifdef DEBUG_STACK
 /** Determine stack usage by looking for change from fill constant
  * @return The stack size used so far
@@ -239,7 +239,7 @@
             word UsedStackSize();
 #endif //DEBUG_STACK
 
-            OS_PROCESS static void Exec();
+            OS_PROCESS static void Exec(); ///< Exec method
 
         private:
             TStackItem Stack[stack_size/sizeof(TStackItem)];