From 0a190774b4e2b6025fc9c85f02927ad174bb40d3 Mon Sep 17 00:00:00 2001 From: twall Date: Thu, 12 Apr 2012 13:19:40 -0300 Subject: [PATCH] Add link to javadoc overview. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af502217ef..2ea6a0673b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ While some attention is paid to performance, correctness and ease of use take pr JNA includes a platform library with many native functions already mapped as well as a set of utility interfaces that simplify native access. +The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://twall.github.com/jna/3.4.0/javadoc/). Please read the [overview](http://twall.github.com/jna/3.4.0/javadoc/overview-summary.html#overview_description). + Download ========