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