From bf3f4f81d860c14b78c4e8beb119ee95f7132559 Mon Sep 17 00:00:00 2001 From: Isaac Ge Date: Tue, 28 Jul 2015 19:15:49 +0800 Subject: [PATCH] =?UTF-8?q?formatting.rst:=20=E6=9B=B4=E6=96=B0=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E3=80=8C8.17.=20=E5=90=8D=E5=AD=97=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- google-cpp-styleguide/formatting.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/google-cpp-styleguide/formatting.rst b/google-cpp-styleguide/formatting.rst index 6849e6e..6a1544b 100644 --- a/google-cpp-styleguide/formatting.rst +++ b/google-cpp-styleguide/formatting.rst @@ -675,6 +675,13 @@ } } // namespace + +声明嵌套命名空间时,每命名空间都独立成行。 + + .. code-block:: c++ + + namespace foo { + namespace bar { 8.18. 水平留白