From 9d155160546798052533c277c877879e83f85979 Mon Sep 17 00:00:00 2001 From: "Jeremy Kolb jkolb@brandeis.edu" Date: Sun, 29 Oct 2006 19:31:09 -0500 Subject: [PATCH] Added initial doxygen generation stuff. This should probably be cleaned up later. Added support for major/minor-version attributes in the xcb tag. This is just to give some reference and help people when using *query_version. --- src/c-client.xsl | 63 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 3 deletions(-) diff --git a/src/c-client.xsl b/src/c-client.xsl index 445a8a6..31b6de5 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -973,6 +973,18 @@ authorization from the authors. -->___H +/** + * @file .h + **/ + + +/** + * @defgroup XCB__API XCB API + * @brief XCB Protocol Implementation. + + * @{ + **/ + /* * This file generated automatically from .xml by c-client.xsl using XSLT. @@ -992,6 +1004,18 @@ authorization from the authors. + + + + #define XCB__MAJOR_VERSION + + #define XCB__MINOR_VERSION + + + + + + #include <assert.h> @@ -1004,6 +1028,9 @@ authorization from the authors. +/** + * @} + */ #endif @@ -1013,6 +1040,8 @@ authorization from the authors. + /** Opcode for . */ + #define @@ -1073,6 +1102,10 @@ authorization from the authors. + /** + * @brief + **/ + typedef struct @@ -1084,7 +1117,7 @@ authorization from the authors. - ; + ; /**< */ } @@ -1129,8 +1162,31 @@ authorization from the authors. - - + + +/***************************************************************************** + ** + ** + + + ** + + + + + ** @param + + + + + + + + ** @returns + ** + *****************************************************************************/ + + @@ -1148,6 +1204,7 @@ authorization from the authors. + /**< */ -- 2.34.1