Andrzej Cichocki
242d9cf7ad
CORDA-692 Don't include internal packages in API documentation ( #2415 )
...
* Use G1 for gradle daemon
2018-01-25 15:26:13 +00:00
Andrzej Cichocki
005ce349a7
* Retire MockServiceHubInternal ( #1909 )
...
* Introduce rigorousMock
* Add test-utils and node-driver to generated documentation
2017-10-20 10:06:53 +01:00
Mike Hearn
f03699d1a3
Docs: more package descriptions and take non-stabilised APIs out of the docs build. ( #1774 )
2017-10-03 11:57:12 +01:00
Mike Hearn
e49da94418
Minor: use package descriptions in Kotlin build of api docs too, not just javadocs.
2017-09-27 11:47:34 +02:00
Ross Nicoll
6f4d183858
Add testing classes to Dokka ( #1507 )
2017-09-14 12:55:23 +01:00
Ross Nicoll
3ceee23901
Add external documentation
...
Add references to Bouncy Castle, Jackson and JavaFX documentation for Dokka to link
to.
2017-09-04 15:52:45 +01:00
Ross Nicoll
923fe16392
Update Dokka configuration
...
* Switch documentation JDK version to 8
* Add node-api package to Dokka includes
* Remove node package from Dokka includes
2017-08-30 14:53:37 +01:00
Mike Hearn
d22cdac2dd
Move some extension methods for summing to new locations.
...
This improves the Java API and makes it more idiomatic. The methods
were not moved to be static methods of the relevant types in all cases
due to a bad interaction with a Kotlin auto-completion bug, and because
static methods on interfaces are new in Java 8 and Kotlin is not yet
emitting Java 8 bytecode.
Also, introduce a packages.md file so packages can be documented.
2017-08-18 12:39:12 +02:00
Clinton Alexander
c0d2e3ec04
Fixed docsite building on Ubuntu by explicitly calling bash. Due to sh mapping to dash and not bash.
2017-04-03 16:45:55 +01:00
Clinton Alexander
796d475e0b
Removed repositories from docs build.gradle.
2017-03-30 12:24:06 +01:00
Clinton Alexander
5ef66d8fd6
Removed old information about Dokka from the building docs documentation.
...
Make docsite no longer cleans. Now gradle should be used for cleaning the docs.
Corrected docs building gradle script.
2017-03-30 12:23:20 +01:00
Clinton Alexander
1b5182fe24
Removed robots.txt from repo and added docs/build back to the gitignore list.
2017-03-30 12:23:14 +01:00
Clinton Alexander
8862920f9a
Removed docs build directory from repo.
...
Make docsite is back in a shell file due to issues invokving outside of the virtualenv.
2017-03-30 12:22:59 +01:00
Clinton Alexander
b80aaa0e9d
Moved the build docs functionality into build.gradle.
...
Removed redundant parts of the docsite generator.
Gradle now calls the docsite requirements installation script when building docs via buildDocs
Added docs build script and moved all docs building related code into it
Corrected directories for build.
2017-03-30 12:22:15 +01:00