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-b-class.html | 64 ++++++++++++++++ .../demo/-child-project-b-class/index.html | 86 ++++++++++++++++++++++ .../0.9/childProjectB/demo/index.html | 85 +++++++++++++++++++++ .../0.9/childProjectB/index.html | 79 ++++++++++++++++++++ .../0.9/childProjectB/navigation.html | 32 ++++++++ 5 files changed, 346 insertions(+) create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/demo/-child-project-b-class/-child-project-b-class.html create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/demo/-child-project-b-class/index.html create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/demo/index.html create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/index.html create mode 100644 examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/navigation.html (limited to 'examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB') diff --git a/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/demo/-child-project-b-class/-child-project-b-class.html b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/demo/-child-project-b-class/-child-project-b-class.html new file mode 100644 index 00000000..3fb7ff3a --- /dev/null +++ b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/demo/-child-project-b-class/-child-project-b-class.html @@ -0,0 +1,64 @@ + + + + + ChildProjectBClass + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

ChildProjectBClass

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

ChildProjectBClass

+

Class defined in child module b

+
+
+
+
+

Constructors

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

Package-level declarations

+
+
+
+
+

Types

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

Class defined in child module b

+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/index.html b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/index.html new file mode 100644 index 00000000..6c6e7916 --- /dev/null +++ b/examples/gradle/dokka-versioning-multimodule-example/previousDocVersions/0.9/childProjectB/index.html @@ -0,0 +1,79 @@ + + + + + childProjectB + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

childProjectB

+
+

Packages

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