Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dpl-docs/dub.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dpl-docs",
"dependencies": {
"ddox": "~>0.11.0"
"ddox": "~>0.12.0"
},
"versions": ["VibeCustomMain"]
}
2 changes: 1 addition & 1 deletion dpl-docs/dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileVersion": 1,
"versions": {
"ddox": "0.11.5",
"ddox": "0.12.0",
"libevent": "2.0.1+2.0.16",
"libev": "5.0.0+4.04",
"libhttp2": "0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion dpl-docs/views/ddox.overview.dt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ block ddox.defs
- import ddox.api;

block ddox.title
- auto title = "API documentation";
- title = "API documentation";

block ddox.members

Expand Down
1 change: 1 addition & 0 deletions dpl-docs/views/layout.dt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ html(lang='en-US')

head
meta(charset='utf-8')
- string title;
meta(name='keywords', content='D programming language')
meta(name='description', content='D Programming Language')
block title
Expand Down
5 changes: 1 addition & 4 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,7 @@ endif

.PHONY: dpl-docs
dpl-docs: ${DUB} ${STABLE_DMD}
# the "dub upgrade" and "--missing-only" parts are required only as a
# workaround for DUB issue #564 (0.9.23)
${DUB} upgrade --missing-only --root=${DPL_DOCS_PATH}
DFLAGS="$(DPL_DOCS_DFLAGS)" ${DUB} build --nodeps --root=${DPL_DOCS_PATH} \
DFLAGS="$(DPL_DOCS_DFLAGS)" ${DUB} build --root=${DPL_DOCS_PATH} \
--compiler=${STABLE_DMD}

${STABLE_DMD}:
Expand Down