acrn-hypervisor/doc/developer-guides/coding_guidelines.rst
Shiqing Gao 51068eccd0 doc: re-organize coding guidelines
This patch re-organizes ACRN coding guidelines to support
language-specific guidelines.

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2019-04-25 19:45:43 -07:00

19 lines
519 B
ReStructuredText

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