mirror of
https://github.com/zh-google-styleguide/zh-google-styleguide.git
synced 2025-02-19 20:50:10 +08:00
formatting.rst: 更新章节「8.17. 名字空间格式化」
This commit is contained in:
parent
5f66837b99
commit
bf3f4f81d8
@ -676,6 +676,13 @@
|
|||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
声明嵌套命名空间时,每命名空间都独立成行。
|
||||||
|
|
||||||
|
.. code-block:: c++
|
||||||
|
|
||||||
|
namespace foo {
|
||||||
|
namespace bar {
|
||||||
|
|
||||||
|
|
||||||
8.18. 水平留白
|
8.18. 水平留白
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user