summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_set.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/li_std_set.i')
-rw-r--r--Examples/test-suite/li_std_set.i22
1 files changed, 8 insertions, 14 deletions
diff --git a/Examples/test-suite/li_std_set.i b/Examples/test-suite/li_std_set.i
index 8c335b24c..2dcc2f17c 100644
--- a/Examples/test-suite/li_std_set.i
+++ b/Examples/test-suite/li_std_set.i
@@ -1,18 +1,12 @@
-/**
- * @file li_std_set.i
- * @author gga
- * @date Tue May 1 02:52:47 2007
- *
- * @brief a test of set containers.
- * Languages should define swig::LANGUAGE_OBJ to be
- * an entity of their native pointer type which can be
- * included in a STL container.
+/*
+ * a test of set containers.
+ * Languages should define swig::LANGUAGE_OBJ to be
+ * an entity of their native pointer type which can be
+ * included in a STL container.
*
- * For example:
- * swig::LANGUAGE_OBJ is GC_VALUE in Ruby
- * swig::LANGUAGE_OBJ is SwigPtr_PyObject in python
- *
- *
+ * For example:
+ * swig::LANGUAGE_OBJ is GC_VALUE in Ruby
+ * swig::LANGUAGE_OBJ is SwigPtr_PyObject in python
*/
%module li_std_set