Skip to content

Commit

Permalink
Merge pull request #1385 from WalterBright/D-Man-style
Browse files Browse the repository at this point in the history
Add stylish D-Man
  • Loading branch information
CyberShadow committed Jun 23, 2016
2 parents f4f75cb + a00a669 commit 8e39abe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dstyle.dd
Expand Up @@ -2,6 +2,8 @@ Ddoc

$(D_S The D Style,

<img src="images/style3.gif" border=0 align=right alt="D Style" height=200>

$(P
$(I The D Style) is a set of style conventions for writing
D programs. The D Style is not enforced by the compiler. It is
Expand Down
Binary file added images/style3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -129,7 +129,7 @@ IMAGES=favicon.ico $(ORGS_USING_D) $(addprefix images/, \
$(addprefix ddox/, alias class enum enummember function \
inherited interface module package private property protected \
struct template variable)) \
$(addsuffix .gif, c1 cpp1 d4 d5 dmlogo dmlogo-smaller globe \
$(addsuffix .gif, c1 cpp1 d4 d5 dmlogo dmlogo-smaller globe style3 \
pen) \
$(addsuffix .jpg, tdpl))

Expand Down
2 changes: 1 addition & 1 deletion win32.mak
Expand Up @@ -74,7 +74,7 @@ CHANGELOG_DDOC=$(DDOC) changelog/changelog.ddoc
CHANGELOG_PRE_DDOC=$(CHANGELOG_DDOC) changelog/prerelease.ddoc

ASSETS=images\*.* css\*.*
IMG=dmlogo.gif cpp1.gif d002.ico c1.gif d3.png d4.gif d5.gif favicon.gif
IMG=dmlogo.gif cpp1.gif d002.ico c1.gif d3.png d4.gif d5.gif favicon.gif style3.gif

PREMADE=dcompiler.html language-reference.html appendices.html howtos.html d-keyring.gpg

Expand Down

0 comments on commit 8e39abe

Please sign in to comment.