[PATCH] doxygen: Document CONFIGURE_INIT

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Feb 9 15:47:56 UTC 2023


---
 cpukit/doxygen/appl-config.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 5dc84824da..fb071f07d4 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -50,6 +50,17 @@
  * @ingroup RTEMSAPI
  */
 
+/* Generated from spec:/acfg/if/init */
+
+/**
+ * @brief This define enables the generation of the application configuration.
+ *
+ * While ``CONFIGURE_INIT`` is defined, when ${header-confdefs:/name} is
+ * included, the application configuration is generated according to the
+ * application configuration options provided by the user.
+ */
+#define CONFIGURE_INIT
+
 /* Generated from spec:/acfg/if/group-bdbuf */
 
 /**
-- 
2.35.3



More information about the devel mailing list