From daa291233caa3187b8073932b3c26b36b14f65e0 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 15 Sep 2006 22:00:56 +0000 Subject: [PATCH] links added - patch #1524076 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9284 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/java/constants/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SWIG/Examples/java/constants/index.html b/SWIG/Examples/java/constants/index.html index 390acc649..50460ebe4 100644 --- a/SWIG/Examples/java/constants/index.html +++ b/SWIG/Examples/java/constants/index.html @@ -17,13 +17,14 @@ When SWIG encounters C preprocessor macros and C declarations that look like con it creates Java constant with an identical value. Click here to see a SWIG interface with some constant declarations in it. +

Accessing Constants from Java

+Click here for the section on constants in the SWIG and Java documentation. +

Click here to see a Java program that prints out the values -of the constants contained in the above file. - +of the constants contained in the above file.

Key points

-