[rtems commit] rtems: Add "Generated from ..." comments

Sebastian Huber sebh at rtems.org
Thu Oct 8 05:40:31 UTC 2020


Module:    rtems
Branch:    master
Commit:    f815d044ee14cc9e945a95d52b687a447abe550e
Changeset: http://git.rtems.org/rtems/commit/?id=f815d044ee14cc9e945a95d52b687a447abe550e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct  7 12:12:17 2020 +0200

rtems: Add "Generated from ..." comments

Improve file header comment.

Update #3993.

---

 cpukit/include/rtems.h | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/cpukit/include/rtems.h b/cpukit/include/rtems.h
index cda2bd5..9b0765e 100644
--- a/cpukit/include/rtems.h
+++ b/cpukit/include/rtems.h
@@ -35,14 +35,21 @@
  */
 
 /*
- * This file was automatically generated.  Do not edit it manually.
- * Please have a look at
+ * Do not manually edit this file.  It is part of the RTEMS quality process
+ * and was automatically generated.
  *
- * https://docs.rtems.org/branches/master/eng/req/howto.html
+ * If you find something that needs to be fixed or worded better please
+ * post a report to an RTEMS mailing list or raise a bug report:
+ *
+ * https://docs.rtems.org/branches/master/user/support/bugs.html
+ *
+ * For information on updating and regenerating please refer to:
  *
- * for information how to maintain and re-generate this file.
+ * https://docs.rtems.org/branches/master/eng/req/howto.html
  */
 
+/* Generated from spec:/rtems/if/header */
+
 #ifndef _RTEMS_H
 #define _RTEMS_H
 
@@ -79,6 +86,8 @@
 extern "C" {
 #endif
 
+/* Generated from spec:/rtems/if/group */
+
 /**
  * @defgroup RTEMSAPIClassic Classic
  *



More information about the vc mailing list