chiark / gitweb /
Update grapheme break algorithm to Unicode 5.1.0 (based on UAX #29)
[disorder] / lib / hash.c
index 64a48bb9e81f5ea4cf55a3fbc4784bcda840c7aa..d507d0a376b86473125843720e2062bce3dd6d19 100644 (file)
@@ -15,7 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
+/** @file lib/hash.c
+ * @brief A simple hash table
+ */
 #include "common.h"
 
 #include "hash.h"