summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-17 00:40:49 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-17 00:40:49 +0000
commit63c7ca40d8320a5b4ecb373de69d65db49bc1122 (patch)
treec4fb9f4b08172b674685029da8b802d19d31d10e /re.c
parent6023a79deb6a9833542ee1a15666a0589b05fa1c (diff)
* doc/re.rb: New document for Ruby's fork of Oniguruma.
written by Run Paint Run Run [ruby-core:25420] * re.c: import document in doc/re.rb. * .document: add doc/re.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/re.c b/re.c
index e22c8c04c2..ec20c44a3d 100644
--- a/re.c
+++ b/re.c
@@ -3433,6 +3433,9 @@ re_warn(const char *s)
* <code>%r{...}</code> literals, and by the <code>Regexp::new</code>
* constructor.
*
+ * A comprehensive reference for regexp syntax and usage is available as
+ * +Doc::Regexp+.
+ *
*/
void