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/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.