diff --git a/build.gradle b/build.gradle index 420c42a7c..a39e11795 100644 --- a/build.gradle +++ b/build.gradle @@ -82,6 +82,7 @@ task mergedJavadoc(type: Javadoc, description: 'Creates Javadoc from all the pro options.addStringOption('Xdoclint:none', '-quiet') } + options.overview = file("javadoc-overview.html") // Note: The closures below are executed lazily. source subprojects.collect {project -> project.sourceSets*.allJava diff --git a/javadoc-overview.html b/javadoc-overview.html new file mode 100644 index 000000000..9313bccb1 --- /dev/null +++ b/javadoc-overview.html @@ -0,0 +1,26 @@ + + + + + + + + + +jMonkeyEngine is a game engine made for developers who want to create 3D games +following modern technology standards. The framework is programmed entirely +in Java aimed at wide accessibility and quick deployment to desktop, +web, and mobile platforms. + +

Key Features

+ + + + +