Ignore:
Timestamp:
2018-10-05T20:24:17Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df8eaba
Parents:
c5429fe
Message:

Prefix remaining kernel doxygroups with 'kernel_'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/adt/hash_table.h

    rc5429fe re88eb48  
    2929 */
    3030
    31 /** @addtogroup libc
     31/** @addtogroup kernel_generic
    3232 * @{
    3333 */
     
    3535 */
    3636
    37 #ifndef LIBC_HASH_TABLE_H_
    38 #define LIBC_HASH_TABLE_H_
     37#ifndef KERNEL_HASH_TABLE_H_
     38#define KERNEL_HASH_TABLE_H_
    3939
    4040#include <adt/list.h>
Note: See TracChangeset for help on using the changeset viewer.