Changeset b45c443 in mainline for generic/include/synch


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:
generic/include/synch
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • generic/include/synch/condvar.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CONDVAR_H__
    3036#define __CONDVAR_H__
     
    5056
    5157#endif
     58
     59 /** @}
     60 */
     61
  • generic/include/synch/futex.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __FUTEX_H__
    3036#define __FUTEX_H__
     
    5157
    5258#endif
     59
     60 /** @}
     61 */
     62
  • generic/include/synch/mutex.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __MUTEX_H__
    3036#define __MUTEX_H__
     
    5359
    5460#endif
     61
     62 /** @}
     63 */
     64
  • generic/include/synch/rwlock.h

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6975#endif
    7076
     77
     78 /** @}
     79 */
     80
  • generic/include/synch/semaphore.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __SEMAPHORE_H__
    3036#define __SEMAPHORE_H__
     
    5359#endif
    5460
     61
     62 /** @}
     63 */
     64
  • generic/include/synch/spinlock.h

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    110116
    111117#endif
     118
     119 /** @}
     120 */
     121
  • generic/include/synch/synch.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __SYNCH_H__
    3036#define __SYNCH_H__
     
    4652
    4753#endif
     54
     55 /** @}
     56 */
     57
  • generic/include/synch/waitq.h

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup sync
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6571
    6672#endif
     73
     74 /** @}
     75 */
     76
Note: See TracChangeset for help on using the changeset viewer.