diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-23 08:01:33 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-23 08:01:33 +0000 |
| commit | 7cd2a14069d9d39b42b19a87d9cc6ba238c71924 (patch) | |
| tree | c74f2e65e91a9df6304f15634550751214eab95c /src/bind/javabind.cpp | |
| parent | Warning cleanup. (diff) | |
| download | inkscape-7cd2a14069d9d39b42b19a87d9cc6ba238c71924.tar.gz inkscape-7cd2a14069d9d39b42b19a87d9cc6ba238c71924.zip | |
Documentation update pass.
(bzr r10692)
Diffstat (limited to 'src/bind/javabind.cpp')
| -rw-r--r-- | src/bind/javabind.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/bind/javabind.cpp b/src/bind/javabind.cpp index f1a3423fe..41da00e81 100644 --- a/src/bind/javabind.cpp +++ b/src/bind/javabind.cpp @@ -3,6 +3,16 @@ * This is a simple mechanism to bind Inkscape to Java, and thence * to all of the nice things that can be layered upon that. * + * Note: We must limit Java or JVM-specific code to this file + * and to dobinding.cpp. It should be hidden from javabind.h + * + * This file is mostly about getting things up and running, and + * providing the basic C-to-Java hooks. + * + * dobinding.cpp will have the rote and repetitious + * class-by-class binding + */ +/* * Authors: * Bob Jamison * @@ -59,16 +69,6 @@ #include <inkscape.h> #include <xml/repr.h> -/** - * Note: We must limit Java or JVM-specific code to this file - * and to dobinding.cpp. It should be hidden from javabind.h - * - * This file is mostly about getting things up and running, and - * providing the basic C-to-Java hooks. - * - * dobinding.cpp will have the rote and repetitious - * class-by-class binding - */ namespace Inkscape |
