Changeset b45c443 in mainline for generic/src/syscall


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/syscall
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/copy.c

    r279952c rb45c443  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28   
     29 /** @addtogroup generic
     30 * @{
     31 */
    2832
    2933/**
    30  * @file        copy.c
     34 * @file
    3135 * @brief       Copying between kernel and userspace.
    3236 *
     
    124128        return !rc ? EPERM : 0;
    125129}
     130
     131 /** @}
     132 */
     133
  • generic/src/syscall/syscall.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup generic
     30 * @{
     31 */
     32
    2933/**
    30  * @file        syscall.c
     34 * @file
    3135 * @brief       Syscall table and syscall wrappers.
    3236 */
     
    155159        sys_debug_enable_console
    156160};
     161
     162 /** @}
     163 */
     164
Note: See TracChangeset for help on using the changeset viewer.