summaryrefslogtreecommitdiff
path: root/docs/markdown/D.md
AgeCommit message (Collapse)Author
2024-05-08fix broken linkAxel Ricard
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz
Dlang uses both integer version "levels" and arbitrary string identifiers, and we support both, but don't mention it in the docs. Also update a test case to pass one via declare_dependency. We already test this kwarg for build_target.
2022-05-02complete documentation of declare_dependencyRemi Thebault
2022-05-02Fix wrong name in docRemi Thebault
The doc about declare_dependency states d_module_features instead of d_module_versions
2022-03-03Document D features in `declare_dependency`Remi Thebault
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2019-12-05Add pkgconfig import in D documentationDanilo Spinella
2019-10-19docs: Fix some incorrect links [skip ci]Anton Leontiev
2018-09-27docs: Document conditional debug compilation flags [skip ci]Ari Vuollet
2018-07-17docs: fix dlang module documentationFFY00
2018-06-17docs: add documentation related to dub and the dlang moduleFFY00
2017-09-17docs: Document the D supportMatthias Klumpp