From 0d3b906ed5ab2823da8e7bf4b6d8f19eb45c5769 Mon Sep 17 00:00:00 2001 From: "H. S. Teoh" Date: Sat, 23 Aug 2014 18:41:38 -0700 Subject: [PATCH] Fix coding style for ddoc.dd --- ddoc.dd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ddoc.dd b/ddoc.dd index 7f5af755d0..1f42f0ddbd 100644 --- a/ddoc.dd +++ b/ddoc.dd @@ -180,12 +180,13 @@ int f; /// ditto int g; /// more documentation for g /// documentation for C and D -class C { - int x; /// documentation for C.x +class C +{ + int x; /// documentation for C.x - /** documentation for C.y and C.z */ - int y; - int z; /// ditto + /** documentation for C.y and C.z */ + int y; + int z; /// ditto } /// ditto