[dlang.org] [D-Programming-Language/dlang.org] 4e5c04: Added resource files needed by the ddox generated ...
GitHub
noreply at github.com
Tue Oct 8 19:25:00 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dlang.org
Commit: 4e5c04b02c3cc97744043425b362b0b539eb38f8
https://github.com/D-Programming-Language/dlang.org/commit/4e5c04b02c3cc97744043425b362b0b539eb38f8
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
A css/ddox.css
A images/tree-item-closed.png
A images/tree-item-open.png
A js/ddox.js
A prettify/prettify.css
A prettify/prettify.js
Log Message:
-----------
Added resource files needed by the ddox generated API docs.
Commit: cbf33cf6e22ac7f46f925832e872d07f3e5c211f
https://github.com/D-Programming-Language/dlang.org/commit/cbf33cf6e22ac7f46f925832e872d07f3e5c211f
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
A api-docs-files.txt
M posix.mak
A std-ddox-override.ddoc
A std-ddox.ddoc
Log Message:
-----------
Add necessary files and build targets to generate API docs using the dpl-docs generator.
Commit: 9275b7481212849886ad0c2937f7fb5e8b8960a6
https://github.com/D-Programming-Language/dlang.org/commit/9275b7481212849886ad0c2937f7fb5e8b8960a6
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M css/style.css
Log Message:
-----------
Tweak CSS style of the new API docs.
Commit: 9ada31cb1a91c9891ea1032beb58fd2382186d0e
https://github.com/D-Programming-Language/dlang.org/commit/9ada31cb1a91c9891ea1032beb58fd2382186d0e
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M api-docs-files.txt
Log Message:
-----------
Remove entries for deleted Phobos modules.
Commit: fc425565602748f86f9dfc8a54d3e1534510b5ff
https://github.com/D-Programming-Language/dlang.org/commit/fc425565602748f86f9dfc8a54d3e1534510b5ff
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M prettify/prettify.js
Log Message:
-----------
Remove "register" as a D keyword in the syntax highlighting script.
Commit: 5a054ecaf135e54ab793624eb465b226b3241cf3
https://github.com/D-Programming-Language/dlang.org/commit/5a054ecaf135e54ab793624eb465b226b3241cf3
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M css/ddox.css
Log Message:
-----------
Improve style of get/set annotations and make anchors in headers less bold.
Commit: b6d2f919fca3a9b9166ab75f2b4b9dab27ceeec1
https://github.com/D-Programming-Language/dlang.org/commit/b6d2f919fca3a9b9166ab75f2b4b9dab27ceeec1
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M win32.mak
Log Message:
-----------
Add a "apidocs" target in win32.mak to generate API documentation using dpl-docs.
Commit: 97123eeec9d071020a7069bb8f8ab342ef694a68
https://github.com/D-Programming-Language/dlang.org/commit/97123eeec9d071020a7069bb8f8ab342ef694a68
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M win32.mak
Log Message:
-----------
Add a win32 make target for HTTP serving the API documentation locally instead of generating HTML files.
Commit: 2cee953b091bd128380d640730a2619756b309db
https://github.com/D-Programming-Language/dlang.org/commit/2cee953b091bd128380d640730a2619756b309db
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M css/ddox.css
A images/inherited.png
A images/package.png
A images/private.png
A images/protected.png
Log Message:
-----------
Add indicators for inherited class members and the protection level of symbols.
Commit: 96f4d4ca3926bd48c6b52d7fd60468ce16bfb604
https://github.com/D-Programming-Language/dlang.org/commit/96f4d4ca3926bd48c6b52d7fd60468ce16bfb604
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M js/ddox.js
M std-ddox-override.ddoc
Log Message:
-----------
Add newline before EOF.
Commit: bd5506ac7595494574162cca609c741444e4e6fa
https://github.com/D-Programming-Language/dlang.org/commit/bd5506ac7595494574162cca609c741444e4e6fa
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M posix.mak
M std-ddox.ddoc
M win32.mak
Log Message:
-----------
Remove redundant macro definitions in std-ddox.ddoc and add an "apidocs-serve" target in posix.mak.
Commit: f11a0cda31e948196da14d6145ef78561b444453
https://github.com/D-Programming-Language/dlang.org/commit/f11a0cda31e948196da14d6145ef78561b444453
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M win32.mak
Log Message:
-----------
Let win32.mak generate the list of needed source files for the apidocs targets on the fly.
api-docs-files.txt isn't needed anymore on Windows.
Commit: 480575c762d0527dbfc70cd4e3fc22f63231355e
https://github.com/D-Programming-Language/dlang.org/commit/480575c762d0527dbfc70cd4e3fc22f63231355e
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
R api-docs-files.txt
M posix.mak
Log Message:
-----------
Let posix.mak generate the list of needed source files for the apidocs targets on the fly and remove api-docs-files.txt.
Commit: bcdd84dc746ef395ca9e77fa59f6e004cdbf8635
https://github.com/D-Programming-Language/dlang.org/commit/bcdd84dc746ef395ca9e77fa59f6e004cdbf8635
Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M posix.mak
M win32.mak
Log Message:
-----------
Output DDOX based documentation to library/ instead of phobos/ to allow having both at the same time.
Commit: 498e43ca58372e3b2730b9064c9910be02d58781
https://github.com/D-Programming-Language/dlang.org/commit/498e43ca58372e3b2730b9064c9910be02d58781
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)
Changed paths:
A css/ddox.css
M css/style.css
A images/inherited.png
A images/package.png
A images/private.png
A images/protected.png
A images/tree-item-closed.png
A images/tree-item-open.png
A js/ddox.js
M posix.mak
A prettify/prettify.css
A prettify/prettify.js
A std-ddox-override.ddoc
A std-ddox.ddoc
M win32.mak
Log Message:
-----------
Merge pull request #267 from s-ludwig/master
Add necessary files and new build targets for ddox based HTML documentation
Compare: https://github.com/D-Programming-Language/dlang.org/compare/1466bff8f31c...498e43ca5837
More information about the dlang.org
mailing list