Ignore:
Timestamp:
2010-09-26T15:05:09Z (14 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.