summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:48:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-16 08:27:09 +0100
commitbb465c8548aaf3c82c0eefb7b386a2fd0dda09f9 (patch)
tree7273f350d6425336f91f26f3dd3a32eb0bfab7a6 /cpukit/doxygen
parentlibmisc/shell/main_edit.c: User cannot cut using ctrl e and x (diff)
downloadrtems-bb465c8548aaf3c82c0eefb7b386a2fd0dda09f9.tar.bz2
doxygen: Add Doxygen files to a group
Update #3707.
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/appl-config.h8
-rw-r--r--cpukit/doxygen/top-level-groups.h16
2 files changed, 23 insertions, 1 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 5c76761453..2690b67d21 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup RTEMSImplDoxygen
+ *
+ * @brief This header file documents the application configuration options.
+ */
+
/*
* Copyright (C) 2019, 2023 embedded brains GmbH (http://www.embedded-brains.de)
* Copyright (C) 2010 Gedare Bloom
diff --git a/cpukit/doxygen/top-level-groups.h b/cpukit/doxygen/top-level-groups.h
index 8d38195f3e..8a439feee1 100644
--- a/cpukit/doxygen/top-level-groups.h
+++ b/cpukit/doxygen/top-level-groups.h
@@ -1,7 +1,15 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup RTEMSImplDoxygen
+ *
+ * @brief This header file defines high level Doxygen groups.
+ */
+
/*
- * Copyright (C) 2019, 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2019, 2023 embedded brains GmbH (http://www.embedded-brains.de)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -45,6 +53,12 @@
*/
/**
+ * @defgroup RTEMSImplDoxygen Doxygen Support
+ *
+ * @ingroup RTEMSImpl
+ */
+
+/**
* @defgroup RTEMSTestSuites Test Suites
*
* @brief This group contains the test suites.