summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/gantt.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-08 00:55:41 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-08 00:55:41 +0000
commitbff0fbce8baeddb3bba4d04131f1368763078e36 (patch)
tree83f04edaaa36bbebc645b4c0528e16216e8f981e /lib/redmine/helpers/gantt.rb
parent85db9769bc5f167466ddcaea2ff5c2583c86d681 (diff)
downloadredmine-bff0fbce8baeddb3bba4d04131f1368763078e36.tar.gz
redmine-bff0fbce8baeddb3bba4d04131f1368763078e36.zip
Remove RDoc tags (#28943).
Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/helpers/gantt.rb')
-rw-r--r--lib/redmine/helpers/gantt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/helpers/gantt.rb b/lib/redmine/helpers/gantt.rb
index 294303209..756dc6e93 100644
--- a/lib/redmine/helpers/gantt.rb
+++ b/lib/redmine/helpers/gantt.rb
@@ -32,8 +32,8 @@ module Redmine
IssueRelation::TYPE_PRECEDES => { :landscape_margin => 20, :color => '#628FEA' }
}.freeze
- # :nodoc:
# Some utility methods for the PDF export
+ # @private
class PDF
MaxCharactorsForSubject = 45
TotalWidth = 280