Skip to content

Commit

Permalink
Merge pull request #929 from aG0aep6G/14280
Browse files Browse the repository at this point in the history
mostly fix Issue 14280 - Links to command line tools have disappeared fr...
  • Loading branch information
andralex committed Mar 22, 2015
2 parents 12519f3 + e0c8b47 commit a2c86a4
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion doc.ddoc
Expand Up @@ -66,27 +66,53 @@ $(DIVID cssmenu, $(UL
http://twitter.com/search?q=%23dlang, Twitter,
http://digitalmars.com/d/dlinks.html, More Links
)
$(MENU_W_SUBMENU Compilers $(AMP) Tools)
$(SUBMENU
dmd-windows.html, dmd $(NDASH) reference compiler,
http://gdcproject.org, gdc $(NDASH) gcc-based compiler,
http://wiki.dlang.org/LDC, ldc $(NDASH) LLVM-based compiler,
rdmd.html, rdmd $(NDASH) build tool,
htod.html, htod $(NDASH) .h to .d
)
$(MENU_W_SUBMENU Books $(AMP) Articles)
$(SUBMENU
http://ddili.org/ders/d.en/index.html, Online Book (free),
http://wiki.dlang.org/Books, More Books,
howtos.html, How-tos,
faq.html, FAQ,
const-faq.html, const(FAQ),
comparison.html, Feature Overview,
d-floating-point.html, Floating Point,
wc.html, Example: wc,
warnings.html, Warnings,
rationale.html, Rationale,
builtin.html, Builtin Rationale,
ctod.html, C to D,
cpptod.html, C++ to D,
pretod.html, C Preprocessor vs D
pretod.html, C Preprocessor vs D,
code_coverage.html, Code coverage analysis,
exception-safe.html, Exception Safety,
hijack.html, Hijacking,
intro-to-datetime.html, Introduction to std.datetime,
lazy-evaluation.html, Lazy Evaluation,
migrate-to-shared.html, Migrating to Shared,
mixin.html, Mixins,
regular-expression.html, Regular Expressions,
safed.html, SafeD,
templates-revisited.html, Templates Revisited,
tuple.html, Tuples,
variadic-function-templates.html, Variadic Templates,
d-array-article.html, D Slices
)
$(MENU_W_SUBMENU Resources)
$(SUBMENU
library/index.html, NEW Library Reference Preview,
bugstats.php, Bug Tracker,
$(VISUALD), Visual D,
http://wiki.dlang.org/Editors, Editors,
http://wiki.dlang.org/IDEs, IDEs,
dstyle.html, The D Style,
glossary.html, Glossary,
acknowledgements.html, Acknowledgments,
sitemap.html, Sitemap
)
Expand Down

0 comments on commit a2c86a4

Please sign in to comment.