[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 4/4] docs: add table of contents to CODING_STYLE.md
From: |
Daniel P . Berrangé |
Subject: |
[Qemu-devel] [PATCH 4/4] docs: add table of contents to CODING_STYLE.md |
Date: |
Fri, 23 Aug 2019 17:39:31 +0100 |
Signed-off-by: Daniel P. Berrangé <address@hidden>
---
CODING_STYLE.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/CODING_STYLE.md b/CODING_STYLE.md
index f37b6c2d01..0841edb2f7 100644
--- a/CODING_STYLE.md
+++ b/CODING_STYLE.md
@@ -1,6 +1,37 @@
QEMU Coding Style
=================
+#### Table Of Contents
+
+ * [Whitespace](#whitespace)
+ + [Multiline Indent](#multiline-indent)
+ * [Line width](#line-width)
+ * [Naming](#naming)
+ * [Block structure](#block-structure)
+ * [Declarations](#declarations)
+ * [Conditional statements](#conditional-statements)
+ * [Comment style](#comment-style)
+ * [trace-events style](#trace-events-style)
+ + [0x prefix](#0x-prefix)
+ + ['#' printf flag](#----printf-flag)
+ * [Preprocessor](#preprocessor)
+ + [Variadic macros](#variadic-macros)
+ + [Include directives](#include-directives)
+ * [C types](#c-types)
+ + [Scalars](#scalars)
+ + [Pointers](#pointers)
+ + [Typedefs](#typedefs)
+ + [Reserved namespaces in C and POSIX](#reserved-namespaces-in-c-and-posix)
+ * [Low level memory management](#low-level-memory-management)
+ * [String manipulation](#string-manipulation)
+ * [Printf-style functions](#printf-style-functions)
+ * [C standard, implementation defined and undefined
behaviors](#c-standard--implementation-defined-and-undefined-behaviors)
+ * [Error handling and reporting](#error-handling-and-reporting)
+ + [Reporting errors to the human user](#reporting-errors-to-the-human-user)
+ + [Propagating errors](#propagating-errors)
+ + [Handling errors](#handling-errors)
+ * [Automatic memory deallocation](#automatic-memory-deallocation)
+
Please use the script checkpatch.pl in the scripts directory to check
patches before submitting.
--
2.21.0