summaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-30 16:38:32 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-30 16:38:32 +0000
commit23f64f48104e8dd87271c80aa98f1a46602e671a (patch)
tree05fc392080ae4257df67782f72ad344e500307bb /error.c
parentd0ef16aedcba32ac725f7af2a5e54bf2836c413e (diff)
downloadruby-23f64f48104e8dd87271c80aa98f1a46602e671a.tar.gz
ruby-23f64f48104e8dd87271c80aa98f1a46602e671a.tar.xz
ruby-23f64f48104e8dd87271c80aa98f1a46602e671a.zip
Add RDoc for kernel functions, and tidy up
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/error.c b/error.c
index dcf76d89b..3a7a5bfdf 100644
--- a/error.c
+++ b/error.c
@@ -353,6 +353,8 @@ exc_initialize(argc, argv, exc)
}
/*
+ * Document-method: exception
+ *
* call-seq:
* exc.exception(string) -> an_exception or exc
*