Changeset b45c443 in mainline for arch/ppc32/src/mm/as.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/mm/as.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc32mm ppc32
     30  * @ingroup mm
     31 * @{
     32 */
     33/** @file
     34  * @ingroup ppc32
     35 */
     36
    2937#include <arch/mm/as.h>
    3038#include <genarch/mm/as_pt.h>
     
    3543        as_operations = &as_pt_operations;
    3644}
     45
     46 /** @}
     47 */
     48
Note: See TracChangeset for help on using the changeset viewer.