eng: Clarify "Coding Conventions" introduction

This commit is contained in:
Sebastian Huber 2020-11-05 19:39:57 +01:00
parent dc345cf7fd
commit b0b6c0cdd5

View File

@ -9,11 +9,11 @@
Coding Conventions Coding Conventions
****************** ******************
The style of RTEMS is generally consistent in the core areas. The style of RTEMS is generally consistent in the core areas. This section
This page attempts to capture generally accepted practices. attempts to capture generally accepted practices. When in doubt, consult the
When in doubt, consult the code around you or look in cpukit/rtems. code around you, look in the RTEMS sources in the directories
See the sister page `Doxygen Recommendations <https://devel.rtems.org/wiki/Developer/Coding/Doxygen>`_. :file:`cpukit/include/rtems/score` and :file:`cpukit/score`, or ask on the
for examples that illustrate style rules and Doxygen usage. :r:list:`devel`.
Source Documentation Source Documentation
-------------------- --------------------