summaryrefslogtreecommitdiff
path: root/user/jkoenig/java.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-07-16 12:46:09 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-07-16 12:46:09 +0200
commite1c65722d587a623e06f56224d0d8bf7b64059f2 (patch)
treeb04a84fd4a8186d487e0903339d4d650296fc185 /user/jkoenig/java.mdwn
parent513f7e4fb43325b346b23949c01d66f8f243764d (diff)
user/jkoenig/java: Link to Doxygen documentation.
This allows me to close one browser window. ;-)
Diffstat (limited to 'user/jkoenig/java.mdwn')
-rw-r--r--user/jkoenig/java.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn
index 935daa11..700f9c4e 100644
--- a/user/jkoenig/java.mdwn
+++ b/user/jkoenig/java.mdwn
@@ -261,6 +261,9 @@ The code is at <http://github.com/jeremie-koenig/hurd-java>.
$ jdk=/usr/lib/jvm/java-7-openjdk LD_LIBRARY_PATH=$jdk/jre/lib/i386/jli C_INCLUDE_PATH=$jdk/include make
+Doxygen-generated documentation is available at
+<http://jk.fr.eu.org/hurd-java/doc/html/>; or run `make doc` yourself.
+
#### Plans