Changeset cf26ba9 in mainline for generic/src/synch/mutex.c


Ignore:
Timestamp:
2006-05-01T12:24:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
953b0f33
Parents:
ea199e5
Message:

Improve Doxygen-comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/synch/mutex.c

    rea199e5 rcf26ba9  
    2727 */
    2828
     29/**
     30 * @file        mutex.c
     31 * @brief       Mutexes.
     32 */
     33 
    2934#include <synch/mutex.h>
    3035#include <synch/semaphore.h>
Note: See TracChangeset for help on using the changeset viewer.