From 094e7489e3c4b715226aafebb8e949a43776be5f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 5 May 2014 21:13:12 +0000 Subject: [PATCH] fix Doxygen markup error Submitted by: jailletc36 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1592632 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/scgi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/proxy/scgi.h b/modules/proxy/scgi.h index 4c997ca7b1..a2e5e96509 100644 --- a/modules/proxy/scgi.h +++ b/modules/proxy/scgi.h @@ -31,4 +31,6 @@ */ #define SCGI_DEF_PORT 4000 +/** @} */ + #endif /* SCGI_H */ -- 2.50.1