summaryrefslogtreecommitdiffstats
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
commit0c3532ebf2d7d301203e800d686a3478145f1840 (patch)
treec4fb9f4b08172b674685029da8b802d19d31d10e /re.c
parent6f715850bb25e1bab53c11881229d2fce0ce7435 (diff)
downloadruby-0c3532ebf2d7d301203e800d686a3478145f1840.tar.gz
ruby-0c3532ebf2d7d301203e800d686a3478145f1840.tar.xz
ruby-0c3532ebf2d7d301203e800d686a3478145f1840.zip
* 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: http://svn.ruby-lang.org/repos/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 e22c8c04c..ec20c44a3 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