summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-22 11:07:44 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commitf9af5c954205c20c149f27b455543834161e798f (patch)
tree86dd9be9b44b3aae0ca41ebd00d64001d810378c /template/Doxyfile.tmpl
parent85a737a1f91e3cc5c22452e3f83b11cbe0cb5b33 (diff)
template/Doxyfile.tmpl: quote spaces
The new Doxyfile.tmpl says: > # Values that contain spaces should be placed between quotes (\" \"). [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 872222197a..5cd1203ca6 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -55,7 +55,7 @@ PROJECT_NAME = Ruby
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = <%=RUBY_VERSION%><%= RUBY_PATCHLEVEL < 0 ? 'dev' : "p#{RUBY_PATCHLEVEL}" %> (<%=RUBY_RELEASE_DATE%> revision <%=RUBY_REVISION%>)
+PROJECT_NUMBER = "<%=RUBY_VERSION%><%= RUBY_PATCHLEVEL < 0 ? 'dev' : "p#{RUBY_PATCHLEVEL}" %> (<%=RUBY_RELEASE_DATE%> revision <%=RUBY_REVISION%>)"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a