Changeset 2544442 in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2010-09-26T15:05:09Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7093a32
Parents:
3c213f6
Message:

Fix doxygen doc groups (libc vs. net) and header guards.

Location:
uspace/lib/c/include/adt
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/adt/char_map.h

    r3c213f6 r2544442  
    2727 */
    2828
    29 /** @addtogroup libc 
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    3535 */
    3636
    37 #ifndef __CHAR_MAP_H__
    38 #define __CHAR_MAP_H__
     37#ifndef LIBC_CHAR_MAP_H_
     38#define LIBC_CHAR_MAP_H_
    3939
    4040#include <libarch/types.h>
  • uspace/lib/c/include/adt/dynamic_fifo.h

    r3c213f6 r2544442  
    2727 */
    2828
    29 /** @addtogroup net
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    3636 */
    3737
    38 #ifndef __NET_DYNAMIC_FIFO_H__
    39 #define __NET_DYNAMIC_FIFO_H__
     38#ifndef LIBC_DYNAMIC_FIFO_H_
     39#define LIBC_DYNAMIC_FIFO_H_
    4040
    4141/** Type definition of the dynamic fifo queue.
  • uspace/lib/c/include/adt/generic_char_map.h

    r3c213f6 r2544442  
    2727 */
    2828
    29 /** @addtogroup net
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    3535 */
    3636
    37 #ifndef __GENERIC_CHAR_MAP_H__
    38 #define __GENERIC_CHAR_MAP_H__
     37#ifndef LIBC_GENERIC_CHAR_MAP_H_
     38#define LIBC_GENERIC_CHAR_MAP_H_
    3939
    4040#include <unistd.h>
  • uspace/lib/c/include/adt/generic_field.h

    r3c213f6 r2544442  
    2727 */
    2828
    29 /** @addtogroup net
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    3535 */
    3636
    37 #ifndef __GENERIC_FIELD_H__
    38 #define __GENERIC_FIELD_H__
     37#ifndef LIBC_GENERIC_FIELD_H_
     38#define LIBC_GENERIC_FIELD_H_
    3939
    4040#include <errno.h>
  • uspace/lib/c/include/adt/int_map.h

    r3c213f6 r2544442  
    2727 */
    2828
    29 /** @addtogroup net
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    3535 */
    3636
    37 #ifndef __NET_INT_MAP_H__
    38 #define __NET_INT_MAP_H__
     37#ifndef LIBC_INT_MAP_H_
     38#define LIBC_INT_MAP_H_
    3939
    4040#include <errno.h>
  • uspace/lib/c/include/adt/measured_strings.h

    r3c213f6 r2544442  
    2727 */
    2828
    29 /** @addtogroup libc 
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    3737 */
    3838
    39 #ifndef __MEASURED_STRINGS_H__
    40 #define __MEASURED_STRINGS_H__
     39#ifndef LIBC_MEASURED_STRINGS_H_
     40#define LIBC_MEASURED_STRINGS_H_
    4141
    4242#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.