summaryrefslogtreecommitdiff
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
commit0c10564dd9e069f99bdb5e6e69dc915b0f280628 (patch)
tree07e4c3f2019133ce65bb9bf2a8f3483e7f8e388c /template
parenta1caed95cb76fb67c7d22441e052d1114dfc26eb (diff)
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%>]"