From 79601681daeacbb251a1c840e927d921042b8242 Mon Sep 17 00:00:00 2001 From: JamesHR3 <45565019+JamesHR3@users.noreply.github.com> Date: Fri, 11 Jan 2019 09:22:45 +0000 Subject: [PATCH] [CORDA-2385] Ensure codesets are included in documentation (#4546) * Add headers to documentation pages using codesets that are missing the relevant includes --- docs/source/api-core-types.rst | 6 ++++++ docs/source/api-identity.rst | 6 ++++++ docs/source/api-states.rst | 6 ++++++ docs/source/cordapp-build-systems.rst | 6 ++++++ docs/source/financial-model.rst | 6 ++++++ docs/source/flow-overriding.rst | 6 ++++++ docs/source/serialization-enum-evolution.rst | 6 ++++++ docs/source/tutorial-tear-offs.rst | 6 ++++++ 8 files changed, 48 insertions(+) diff --git a/docs/source/api-core-types.rst b/docs/source/api-core-types.rst index 55de96a840..e8f57793bf 100644 --- a/docs/source/api-core-types.rst +++ b/docs/source/api-core-types.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + API: Core types =============== diff --git a/docs/source/api-identity.rst b/docs/source/api-identity.rst index 6b7d57beff..7fd48a783f 100644 --- a/docs/source/api-identity.rst +++ b/docs/source/api-identity.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + API: Identity ============= diff --git a/docs/source/api-states.rst b/docs/source/api-states.rst index 1cca74f2f2..cc9b4135db 100644 --- a/docs/source/api-states.rst +++ b/docs/source/api-states.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + API: States =========== diff --git a/docs/source/cordapp-build-systems.rst b/docs/source/cordapp-build-systems.rst index 838d0d77e1..975972d52c 100644 --- a/docs/source/cordapp-build-systems.rst +++ b/docs/source/cordapp-build-systems.rst @@ -1,3 +1,9 @@ +.. highlight:: groovy +.. raw:: html + + + + Building and installing a CorDapp ================================= diff --git a/docs/source/financial-model.rst b/docs/source/financial-model.rst index b5f4e9d77c..d3252b6645 100644 --- a/docs/source/financial-model.rst +++ b/docs/source/financial-model.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + Financial model =============== diff --git a/docs/source/flow-overriding.rst b/docs/source/flow-overriding.rst index 58e84cd31b..986b60606c 100644 --- a/docs/source/flow-overriding.rst +++ b/docs/source/flow-overriding.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + Configuring Responder Flows =========================== diff --git a/docs/source/serialization-enum-evolution.rst b/docs/source/serialization-enum-evolution.rst index 1b48594fe9..c0b94ef117 100644 --- a/docs/source/serialization-enum-evolution.rst +++ b/docs/source/serialization-enum-evolution.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + Enum Evolution ============== diff --git a/docs/source/tutorial-tear-offs.rst b/docs/source/tutorial-tear-offs.rst index 114257017b..926c552293 100644 --- a/docs/source/tutorial-tear-offs.rst +++ b/docs/source/tutorial-tear-offs.rst @@ -1,3 +1,9 @@ +.. highlight:: kotlin +.. raw:: html + + + + Transaction tear-offs =====================