Skip to content

Commit 0883f98

Browse files
committed
docs
1 parent d455daa commit 0883f98

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Provides the Hello World class.
3+
*/
4+
package org.jlab.workflows;

src/overview.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<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

Comments
 (0)