summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubyautodoc.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ruby/rubyautodoc.swg')
-rw-r--r--Lib/ruby/rubyautodoc.swg15
1 files changed, 5 insertions, 10 deletions
diff --git a/Lib/ruby/rubyautodoc.swg b/Lib/ruby/rubyautodoc.swg
index ade4bde1d..1e6b0d9dc 100644
--- a/Lib/ruby/rubyautodoc.swg
+++ b/Lib/ruby/rubyautodoc.swg
@@ -1,13 +1,8 @@
-/**
- * @file rubyautodoc.swg
- * @author gga
- * @date Wed May 2 16:41:59 2007
- *
- * @brief This file implements autodoc typemaps for some common
- * ruby methods.
- *
- *
- */
+/* -----------------------------------------------------------------------------
+ * rubyautodoc.swg
+ *
+ * This file implements autodoc typemaps for some common ruby methods.
+ * ----------------------------------------------------------------------------- */
%define AUTODOC(func, str)
%feature("autodoc", str) func;