acrn-hypervisor/doc/developer-guides/coding_guidelines.rst
Benjamin Fitch 8c8df1afb9 doc: copy edits in the developer reference
Signed-off-by: Benjamin Fitch <benjamin.fitch@intel.com>
2021-05-10 14:59:26 -07:00

19 lines
566 B
ReStructuredText

.. _coding_guidelines:
Coding Guidelines
#################
ACRN Project coding guidelines establish a common set of standards and
practices that improve the readability and maintainability of the code.
These guidelines also help ensure that the code is safe, secure, and reliable
by reducing undefined or unspecified behavior through restrictions on the use
of problematic areas of the programming language.
The following sections document the project's language-specific guidelines:
.. toctree::
:maxdepth: 1
c_coding_guidelines
asm_coding_guidelines