Changeset b45c443 in mainline for generic/src/proc


Ignore:
Timestamp:
2006-06-13T14:26:44Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

Location:
generic/src/proc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/scheduler.c

    r279952c rb45c443  
    2727 */
    2828
     29 /**
     30 * @defgroup proc Proc
     31 * @ingroup kernel
     32 * @{
     33 * @}
     34 */
     35 
     36 /** @addtogroup genericproc generic
     37 * @ingroup proc
     38 * @{
     39 */
     40
    2941/**
    30  * @file        scheduler.c
     42 * @file
    3143 * @brief       Scheduler and load balancing.
    3244 *
     
    693705        interrupts_restore(ipl);
    694706}
     707
     708 /** @}
     709 */
     710
  • generic/src/proc/task.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup genericproc
     30 * @{
     31 */
     32
    2933/**
    30  * @file        task.c
     34 * @file
    3135 * @brief       Task management.
    3236 */
     
    491495        task_kill(TASK->taskid);
    492496}
     497
     498 /** @}
     499 */
     500
  • generic/src/proc/the.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup genericproc
     30 * @{
     31 */
     32
    2933/**
    30  * @file        the.c
     34 * @file
    3135 * @brief       THE structure functions.
    3236 *
     
    6872        *dst = *src;
    6973}
     74
     75 /** @}
     76 */
     77
  • generic/src/proc/thread.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup genericproc
     30 * @{
     31 */
     32
    2933/**
    30  * @file        thread.c
     34 * @file
    3135 * @brief       Thread management functions.
    3236 */
     
    609613        return 0;
    610614}
     615
     616 /** @}
     617 */
     618
Note: See TracChangeset for help on using the changeset viewer.