Changeset b45c443 in mainline for arch/mips32/include/proc


Ignore:
Timestamp:
2006-06-13T14:26:44Z (19 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:
arch/mips32/include/proc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/proc/task.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup mips32proc mips32
     30 * @ingroup proc
     31 * @{
     32 */
     33/** @file
     34 */
     35
    2936#ifndef __mips32_TASK_H__
    3037#define __mips32_TASK_H__
     
    3744
    3845#endif
     46
     47 /** @}
     48 */
     49
  • arch/mips32/include/proc/thread.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup mips32proc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __mips32_THREAD_H__
    3036#define __mips32_THREAD_H__
     
    3642
    3743#endif
     44
     45 /** @}
     46 */
     47
Note: See TracChangeset for help on using the changeset viewer.