mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-29 12:14:13 +00:00
Changing the folder structure will cause too many broken links for external references (from other sites). So, let's put the content back where it was before the reorg, and instead use the new persona-based navigation to point to documents in the original locations. Also, introduce redirects for some documents that no longer exits. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
20 lines
544 B
ReStructuredText
20 lines
544 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
|
|
asm_coding_guidelines
|