From: arighi Date: Fri, 26 Mar 2010 15:49:59 +0000 (+0000) Subject: Fix "Found unknown command" doxygen warnings. X-Git-Tag: 2.5.0~628 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2d0d0a3260be3a5dda727a7b52d38d8bb8637ced;p=bertos.git Fix "Found unknown command" doxygen warnings. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3275 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/kern/signal.c b/bertos/kern/signal.c index 37a37a25..71ccf67a 100644 --- a/bertos/kern/signal.c +++ b/bertos/kern/signal.c @@ -75,9 +75,7 @@ *
  * - Synchronous-signal delivery:
  *
- *     P1__                                   __P2
- *         \                                 /
- *          \__sig_send()____proc_wakeup()__/
+ *     [P1]____sig_send()____proc_wakeup()____[P2]
  * 
* * In the asynchronous case, the process is scheduled for execution as a @@ -87,9 +85,7 @@ *
  * - Asynchronous-signal delivery:
  *
- *     P1__                  __P1__                       __P2
- *         \                /      \                     /
- *          \__sig_post()__/        \__proc_schedule()__/
+ *     [P1]____sig_post()____[P1]____proc_schedule()____[P2]
  * 
* * In this way, any execution context, including an interrupt handler, can