diff --git a/Examples/chicken/README b/Examples/chicken/README index 6245f41e3..d4f91baf6 100644 --- a/Examples/chicken/README +++ b/Examples/chicken/README @@ -1,6 +1,6 @@ This directory contains examples for CHICKEN. -class -- illustrates the shadow-class C++ interface +class -- illustrates the proxy class C++ interface constants -- handling #define and %constant literals egg -- examples of building chicken extension libraries multimap -- typemaps with multiple sub-types diff --git a/Examples/chicken/class/test-tinyclos-class.scm b/Examples/chicken/class/test-tinyclos-class.scm index 809a39e6d..5ba1d6adb 100644 --- a/Examples/chicken/class/test-tinyclos-class.scm +++ b/Examples/chicken/class/test-tinyclos-class.scm @@ -1,4 +1,4 @@ -;; This file illustrates the shadow C++ interface generated +;; This file illustrates the proxy C++ interface generated ;; by SWIG. (load-library 'example "class_proxy.so") diff --git a/Examples/java/class/index.html b/Examples/java/class/index.html index 07725da51..e9db7e94a 100644 --- a/Examples/java/class/index.html +++ b/Examples/java/class/index.html @@ -145,10 +145,10 @@ Shape.setNshapes(13); // Set a static data member

General Comments