diff options
| author | William S Fulton <wsf@fultondesigns.co.uk> | 2012-05-30 05:59:46 +0000 |
|---|---|---|
| committer | William S Fulton <wsf@fultondesigns.co.uk> | 2012-05-30 05:59:46 +0000 |
| commit | c47fd5fdd5763ae85d05c6c49bf781a2ad24dceb (patch) | |
| tree | 7a040d6a63a3ab695c8afc140f69a123464708d2 /Doc/Manual/Java.html | |
| parent | 7ec1e11604abfe0bdf444a8fbda75b4eed72de45 (diff) | |
| download | swig-c47fd5fdd5763ae85d05c6c49bf781a2ad24dceb.tar.gz | |
Director documentation corrections to match reality.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13136 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Java.html')
| -rw-r--r-- | Doc/Manual/Java.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index 76e147be5..2473e7cd1 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -3354,9 +3354,6 @@ The %feature directive can be applied globally, to specific classes, and to spec // generate directors for all virtual methods in class Foo %feature("director") Foo; - -// generate a director for just Foo::bar() -%feature("director") Foo::bar; </pre> </div> |
