[project @ 2005-07-02 18:18:48 by bursa]

Fix file comment for Doxygen.

svn path=/import/netsurf/; revision=1778
This commit is contained in:
James Bursa 2005-07-02 18:18:48 +00:00
parent 9b78daf135
commit 21e5d8ca15
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
* Copyright 2005 John M Bell <jmb202@ecs.soton.ac.uk>
*/
/**
* \file UTF-8 manipulation functions (implementation)
/** \file
* UTF-8 manipulation functions (implementation).
*/
#include <assert.h>

View File

@ -5,8 +5,8 @@
* Copyright 2005 John M Bell <jmb202@ecs.soton.ac.uk>
*/
/**
* \file UTF-8 manipulation functions (interface)
/** \file
* UTF-8 manipulation functions (interface).
*/
#ifndef _NETSURF_UTILS_UTF8_H_