1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

Doxygen fixup / cleanup

submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ian Holsman
2005-08-28 23:03:59 +00:00
parent 3e168404bc
commit 8c1e315d3f
106 changed files with 1369 additions and 539 deletions

View File

@@ -14,6 +14,15 @@
* limitations under the License.
*/
/**
* @file util_ebcdic.h
* @brief Utilities for EBCDIC conversion
*
* @defgroup APACHE_CORE_EBCDIC Utilities for EBCDIC conversion
* @ingroup APACHE_CORE
* @{
*/
#ifndef APACHE_UTIL_EBCDIC_H
#define APACHE_UTIL_EBCDIC_H
@@ -26,10 +35,6 @@ extern "C" {
#include "httpd.h"
#include "util_charset.h"
/**
* @package Utilities for EBCDIC conversion
*/
#if APR_CHARSET_EBCDIC
/**
@@ -76,3 +81,4 @@ int ap_rvputs_proto_in_ascii(request_rec *r, ...);
#endif
#endif /* !APACHE_UTIL_EBCDIC_H */
/** @} */