sys: rename lib to hash_string

That was the onyl remaining module in this folder.
This commit is contained in:
Oleg Hahm 2014-12-06 15:42:01 +01:00
parent 973f9c795b
commit 6ad89ff46c
2 changed files with 8 additions and 4 deletions

View File

@ -1,13 +1,17 @@
/**
* Hash string implementation
*
/*
* Copyright (C) 2013 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @defgroup sys_hash_string
* @ingroup sys
*
* @brief Hash string implementation
*
* @ingroup sys_lib
* @{
* @file
* @author Kaspar Schleiser <kaspar@schleiser.de>