Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Mar 17, 2016
1 parent 79440a1 commit 9913c97
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"subPackages" : ["./examples/printdirs", "./examples/findexecutable"],

"dependencies" : {
"xdgpaths" : "~>0.1.1"
"xdgpaths" : "~>0.1.2"
},

"configurations" : [
Expand All @@ -30,12 +30,12 @@
"docs" : {
"buildOptions" : ["syntaxOnly"],
"dflags": ["-c", "-Dddocs"],
"versions" : ["Docs"]
"versions" : ["StandardPathsDocs"]
},
"ddox" : {
"buildOptions" : ["syntaxOnly"],
"dflags": ["-c", "-Df__dummy.html", "-Xfdocs.json"],
"versions" : ["Docs"]
"versions" : ["StandardPathsDocs"]
}
}
}
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"isfreedesktop": "0.1.0",
"xdgpaths": "0.1.1"
"xdgpaths": "0.1.2"
}
}
2 changes: 1 addition & 1 deletion examples/findexecutable/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"isfreedesktop": "0.1.0",
"xdgpaths": "0.1.1"
"xdgpaths": "0.1.2"
}
}
2 changes: 1 addition & 1 deletion examples/printdirs/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"isfreedesktop": "0.1.0",
"xdgpaths": "0.1.1"
"xdgpaths": "0.1.2"
}
}
2 changes: 1 addition & 1 deletion source/standardpaths.d
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ string writablePath(StandardPath type) nothrow @safe;
string[] standardPaths(StandardPath type) nothrow @safe;


version(Docs)
version(StandardPathsDocs)
{
/**
* Path to runtime user directory on freedesktop platforms.
Expand Down

0 comments on commit 9913c97

Please sign in to comment.