diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-23 13:22:41 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-23 13:22:41 +0000 |
commit | 5e6649f0524a28e5d53aea174da5e512e614f377 (patch) | |
tree | 00c97f088b44717d09a49bae3e730b7e41ded5f5 /src | |
parent | df7d7981b56a4560c95ea7e9b194080e93398ecf (diff) |
More javadoc.
Diffstat (limited to 'src')
-rw-r--r-- | src/uk/org/ury/backend/package.html | 13 | ||||
-rw-r--r-- | src/uk/org/ury/common/package.html | 13 | ||||
-rw-r--r-- | src/uk/org/ury/frontend/package.html | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/src/uk/org/ury/backend/package.html b/src/uk/org/ury/backend/package.html new file mode 100644 index 0000000..cb1de91 --- /dev/null +++ b/src/uk/org/ury/backend/package.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> + +<HTML> + <HEAD> + <TITLE>uk.org.ury.backend</TITLE> + </HEAD> + <BODY> + <H1>The URY Server kernel and backend modules.</H1> + <P>This package comprises the backend of the system - + that is, the server kernel and the backend modules.</P> + </BODY> +</HTML>
\ No newline at end of file diff --git a/src/uk/org/ury/common/package.html b/src/uk/org/ury/common/package.html new file mode 100644 index 0000000..b1d17f6 --- /dev/null +++ b/src/uk/org/ury/common/package.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> + +<HTML> + <HEAD> + <TITLE>uk.org.ury.common</TITLE> + </HEAD> + <BODY> + <H1>Resources common to the frontend and backend components.</H1> + <P>This package contains classes that can be used both by the + URY Server backend and the frontend implementation.</P> + </BODY> +</HTML>
\ No newline at end of file diff --git a/src/uk/org/ury/frontend/package.html b/src/uk/org/ury/frontend/package.html new file mode 100644 index 0000000..7034551 --- /dev/null +++ b/src/uk/org/ury/frontend/package.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> + +<HTML> + <HEAD> + <TITLE>uk.org.ury.frontend</TITLE> + </HEAD> + <BODY> + <H1>The URY reference frontend implementation.</H1> + <P>This package comprises a Java application that provides an + end-user access point to the new URY system.</P> + </BODY> +</HTML>
\ No newline at end of file |