aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-02-23 09:59:31 +0000
committerAlex Bennée <alex.bennee@linaro.org>2021-02-24 11:05:21 +0000
commit93a11007681a8051c07834c52d785a2948ff9632 (patch)
tree25d591619092cc6f12dd9cd34c259887f05098fe /scripts
parent4583cdadf807c272fe01501b414c570a527e6f41 (diff)
docs: move CODING_STYLE into the developer documentation
There is no particular reason to keep this on it's own in the root of the tree. Move it into the rest of the fine developer manual and fixup any links to it. The only tweak I've made is to fix the code-block annotations to mention the language C. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Claudio Fontana <cfontana@suse.de> Message-Id: <20210223095931.16908-1-alex.bennee@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fix-multiline-comments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fix-multiline-comments.sh b/scripts/fix-multiline-comments.sh
index 93f9b10669..c15a041272 100755
--- a/scripts/fix-multiline-comments.sh
+++ b/scripts/fix-multiline-comments.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Fix multiline comments to match CODING_STYLE
+# Fix multiline comments to match docs/devel/style.rst
#
# Copyright (C) 2018 Red Hat, Inc.
#