diff options
Diffstat (limited to 'examples/gradle/dokka-multimodule-example/parentProject/childProjectA/ModuleA.md')
-rw-r--r-- | examples/gradle/dokka-multimodule-example/parentProject/childProjectA/ModuleA.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/gradle/dokka-multimodule-example/parentProject/childProjectA/ModuleA.md b/examples/gradle/dokka-multimodule-example/parentProject/childProjectA/ModuleA.md new file mode 100644 index 00000000..12712d97 --- /dev/null +++ b/examples/gradle/dokka-multimodule-example/parentProject/childProjectA/ModuleA.md @@ -0,0 +1,5 @@ +# Module childProjectA +This is the child module A + +# Package demo +This package contains a few examples of Dokka usage. |