summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubycontainer_extended.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ruby/rubycontainer_extended.swg')
-rw-r--r--Lib/ruby/rubycontainer_extended.swg24
1 files changed, 10 insertions, 14 deletions
diff --git a/Lib/ruby/rubycontainer_extended.swg b/Lib/ruby/rubycontainer_extended.swg
index 360e399ce..09be64aee 100644
--- a/Lib/ruby/rubycontainer_extended.swg
+++ b/Lib/ruby/rubycontainer_extended.swg
@@ -1,17 +1,13 @@
-/**
- * @file rubycontainer_extended.swg
- * @author gga
- * @date Sat May 5 05:36:01 2007
- *
- * @brief This file contains additional functions that make containers
- * behave closer to ruby primitive types.
- * However, some of these functions place some restrictions on
- * the underlying object inside of the container and the iterator
- * (that it has to have an == comparison function, that it has to have
- * an = assignment operator, etc).
- *
- */
-
+/* -----------------------------------------------------------------------------
+ * rubycontainer_extended.swg
+ *
+ * This file contains additional functions that make containers
+ * behave closer to ruby primitive types.
+ * However, some of these functions place some restrictions on
+ * the underlying object inside of the container and the iterator
+ * (that it has to have an == comparison function, that it has to have
+ * an = assignment operator, etc).
+ * ----------------------------------------------------------------------------- */
/**
* Macro used to add extend functions that require operator== in object.