summaryrefslogtreecommitdiffstats
path: root/eng
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-05 19:39:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-11 07:43:38 +0100
commitb0b6c0cdd585ecb5bfafdc30e195d416e70a081d (patch)
treef34d05febf04892fa626e779fad11f77126fc00b /eng
parenteng: Clarify "Source Documentation" section (diff)
downloadrtems-docs-b0b6c0cdd585ecb5bfafdc30e195d416e70a081d.tar.bz2
eng: Clarify "Coding Conventions" introduction
Diffstat (limited to 'eng')
-rw-r--r--eng/coding-conventions.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/eng/coding-conventions.rst b/eng/coding-conventions.rst
index 5dd8df5..e34cd74 100644
--- a/eng/coding-conventions.rst
+++ b/eng/coding-conventions.rst
@@ -9,11 +9,11 @@
Coding Conventions
******************
-The style of RTEMS is generally consistent in the core areas.
-This page attempts to capture generally accepted practices.
-When in doubt, consult the code around you or look in cpukit/rtems.
-See the sister page `Doxygen Recommendations <https://devel.rtems.org/wiki/Developer/Coding/Doxygen>`_.
-for examples that illustrate style rules and Doxygen usage.
+The style of RTEMS is generally consistent in the core areas. This section
+attempts to capture generally accepted practices. When in doubt, consult the
+code around you, look in the RTEMS sources in the directories
+:file:`cpukit/include/rtems/score` and :file:`cpukit/score`, or ask on the
+:r:list:`devel`.
Source Documentation
--------------------