From 72fbc7e79f9e3a307a2df3898f52207f44537459 Mon Sep 17 00:00:00 2001 From: Shiqing Gao Date: Fri, 8 Mar 2019 09:37:49 +0800 Subject: [PATCH] doc: add some comments for coding guidelines This patch adds some comments for coding guidelines. Tracked-On: #861 Signed-off-by: Shiqing Gao --- doc/developer-guides/coding_guidelines.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/developer-guides/coding_guidelines.rst b/doc/developer-guides/coding_guidelines.rst index c1152d591..48e7d5f6c 100755 --- a/doc/developer-guides/coding_guidelines.rst +++ b/doc/developer-guides/coding_guidelines.rst @@ -1,5 +1,9 @@ .. _coding_guidelines: +.. This document is being generated with a python script. +.. If you would like to update this document, please contact Shiqing. +.. Shiqing Gao + Coding Guidelines #################