I'm not entirely sure if there is some reason (unknown to me) for not
putting apr_dbd into its own doxygen documentation module, but
nevertheless, here is the patch that attempts to do that.
--
Bojan
diff -rauN apr-util-vanilla/include/apr_dbd.h apr-util/include/apr_dbd.h
--- apr-util-vanilla/include/apr_dbd.h 2006-02-10 11:59:50.000000000 +1100
+++ apr-util/include/apr_dbd.h 2006-02-10 12:26:25.000000000 +1100
@@ -25,6 +25,16 @@
extern "C" {
#endif
+/**
+ * @file apr_dbd.h
+ * @brief APR-UTIL DBD library
+ */
+/**
+ * @defgroup APR_Util_DBD DBD routines
+ * @ingroup APR_Util
+ * @{
+ */
+
/* These are opaque structs. Instantiation is up to each backend */
typedef struct apr_dbd_driver_t apr_dbd_driver_t;
typedef struct apr_dbd_t apr_dbd_t;