From aedfa1fe1d91a10ccfe3ee6ac6b7a25885623dc6 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sat, 18 Nov 2006 21:30:12 -0800 Subject: [PATCH] Fix Doxygen warnings. Specifically, fixes these two warnings which were emitted for every generated source file: * Warning: end of file while inside a group * Warning: group XCB_BigRequests_API already documented. Skipping documentation. --- src/c-client.xsl | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/c-client.xsl b/src/c-client.xsl index 31b6de5..d5d2b35 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -973,11 +973,13 @@ authorization from the authors. -->___H -/** - * @file .h - **/ +/* + * This file generated automatically from +.xml by c-client.xsl using XSLT. + * Edit at your peril. + */ - + /** * @defgroup XCB__API XCB API * @brief XCB Protocol Implementation. @@ -985,14 +987,8 @@ authorization from the authors. * @{ **/ -/* - * This file generated automatically from -.xml by c-client.xsl using XSLT. - * Edit at your peril. - */ - - + #ifndef #define @@ -1028,10 +1024,11 @@ authorization from the authors. +#endif + /** * @} */ -#endif -- 2.34.1