Skip to content

Commit d912ac1

Browse files
committed
Merge pull request #219 from jmdavis/dstyle
Added section on acronyms to dstyle.dd.
2 parents fa61329 + b3cd87c commit d912ac1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dstyle.dd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,19 @@ immutable hexDigits = "0123456789ABCDEF";
171171
-------------------------------
172172
Enum Direction { bwd, fwd, both }
173173
Enum OpenRight { no, yes }
174+
-------------------------------
175+
)
176+
177+
$(DT Acronyms)
178+
$(DD When acronyms are used in symbol names, all letters in the acronym
179+
should have the same case. So, if the first letter in the acronym
180+
is lowercase, then all of the letters in the acronym are lowercase, and
181+
if the first letter in the acronym is uppercase, then all of the
182+
letters in the acronym are uppercase.
183+
184+
-------------------------------
185+
class UTFException;
186+
ubyte asciiChar;
174187
-------------------------------
175188
)
176189

0 commit comments

Comments
 (0)