We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d455daa commit 0883f98Copy full SHA for 0883f98
src/main/java/org/jlab/workflows/package-info.java
@@ -0,0 +1,4 @@
1
+/**
2
+ * Provides the Hello World class.
3
+ */
4
+package org.jlab.workflows;
src/overview.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Hello World API Overview</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
+ </head>
7
+ <body>
8
+ <p>This is an example javadoc overview.</p>
9
+ </body>
10
+</html>
0 commit comments