aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-12 18:07:32 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-12 18:07:32 +0000
commitc6cfd0ac81698a30f0d9aa3c6e8bbbb02d044634 (patch)
tree07e4c3f2019133ce65bb9bf2a8f3483e7f8e388c /template
parent7c031258d9edaccbc7d4aba84c16a26a86c6dacf (diff)
downloadruby-c6cfd0ac81698a30f0d9aa3c6e8bbbb02d044634.tar.gz
nodoc UnicodeNormalize module
* lib/unicode_normalize/normalize.rb: [DOC] nodoc the internal UnicodeNormalize module. * lib/unicode_normalize/tables.rb: ditto. * template/unicode_norm_gen.tmpl: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/unicode_norm_gen.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl
index c8d697cb34..74c361fe2a 100644
--- a/template/unicode_norm_gen.tmpl
+++ b/template/unicode_norm_gen.tmpl
@@ -157,7 +157,7 @@ end
# automatically generated by template/unicode_norm_gen.tmpl
-module UnicodeNormalize
+module UnicodeNormalize # :nodoc:
accents = "" \
"[<% accent_array.each_regexp_chars do |rx|%><%=rx%>" \
"<% end%>]"