corda/docs
Anthony Keenan 8081ee42ad
CORDA-939 - Dont expose FlowStateMachine via public API (#2438)
* Create CordaInternal attribute for properties on public classes that are not part of the api and apply to FlowLogic.stateMachine

* Remove startFlow from public test api and replace with startFlowAndReturnFuture

* Update api-current with changed signature

* Change test used in documentation to use public test methods

* Remove the rest of the unneccessary usages of the startFlow test utility

* Remove extra whitespace

* Rename startFlowAndReturnFuture back to startFlow

* Update api

* The annotation doesn't appear unless its marked as on the actual getter and setter

* Updated docs and removed pointless attribute

* Deleted whitespace
2018-02-07 11:55:06 +00:00
..
source CORDA-939 - Dont expose FlowStateMachine via public API (#2438) 2018-02-07 11:55:06 +00:00
build.gradle CORDA-692 Don't include internal packages in API documentation (#2415) 2018-01-25 15:26:13 +00:00
index.html Added a convenience HTML file for redirecting to the main docs. 2016-11-22 11:56:46 +00:00
install-docsite-requirements.sh Make virtualenv installable if the checkout path has whitespace. (#1187) 2017-08-18 13:31:00 +01:00
make-docsite.sh Fix RPC documentation 2017-05-11 17:44:45 +01:00
Makefile Introduce documentation of the current prototype with a contract programming tutorial (incomplete), using the Sphinx docs engine. 2015-11-25 18:01:37 +01:00
packages.md CORDA-692 Don't include internal packages in API documentation (#2415) 2018-01-25 15:26:13 +00:00
requirements.txt docs: Add build_docs.sh 2016-07-11 12:17:18 +01:00