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 | |
| 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')
| -rw-r--r-- | Doc/Manual/Java.html | 3 | ||||
| -rw-r--r-- | Doc/Manual/Php.html | 3 | ||||
| -rw-r--r-- | Doc/Manual/Python.html | 3 |
3 files changed, 0 insertions, 9 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> diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html index 76031d07e..78ee6ea7f 100644 --- a/Doc/Manual/Php.html +++ b/Doc/Manual/Php.html @@ -901,9 +901,6 @@ globally, to specific classes, and to specific methods, like this: // 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> diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index a9a9bc44e..f718f981f 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -2782,9 +2782,6 @@ globally, to specific classes, and to specific methods, like this: // 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> |
