From 5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 19 Jan 2023 04:10:57 +0100 Subject: Revise README documentation for examples and plugins (#2736) --- .../-child-project-a-class.html | 64 ++++++++++++++++ .../demo/-child-project-a-class/index.html | 86 ++++++++++++++++++++++ .../0.9/childProjectA/demo/index.html | 85 +++++++++++++++++++++ 3 files changed, 235 insertions(+) create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/-child-project-a-class.html create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/index.html create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/index.html (limited to 'examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo') diff --git a/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/-child-project-a-class.html b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/-child-project-a-class.html new file mode 100644 index 00000000..d29125e4 --- /dev/null +++ b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/-child-project-a-class.html @@ -0,0 +1,64 @@ + + + + + ChildProjectAClass + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

ChildProjectAClass

+
+ +
+ +
+
+ + + diff --git a/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/index.html b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/index.html new file mode 100644 index 00000000..be7432a6 --- /dev/null +++ b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/-child-project-a-class/index.html @@ -0,0 +1,86 @@ + + + + + ChildProjectAClass + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

ChildProjectAClass

+

Class defined in child project a

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/index.html b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/index.html new file mode 100644 index 00000000..efdf13a0 --- /dev/null +++ b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectA/demo/index.html @@ -0,0 +1,85 @@ + + + + + demo + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

Package-level declarations

+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Class defined in child project a

+
+
+
+
+
+
+
+
+ +
+
+ + + -- cgit