Skip to content

Commit

Permalink
Fix coding style for ddoc.dd
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Aug 24, 2014
1 parent 0d22b01 commit 0d3b906
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ddoc.dd
Expand Up @@ -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
Expand Down

0 comments on commit 0d3b906

Please sign in to comment.