diff options
author | Go MAEDA <maeda@farend.jp> | 2018-06-08 00:55:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-06-08 00:55:41 +0000 |
commit | bff0fbce8baeddb3bba4d04131f1368763078e36 (patch) | |
tree | 83f04edaaa36bbebc645b4c0528e16216e8f981e /lib/tasks | |
parent | 85db9769bc5f167466ddcaea2ff5c2583c86d681 (diff) | |
download | redmine-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/tasks')
-rw-r--r-- | lib/tasks/yardoc.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/yardoc.rake b/lib/tasks/yardoc.rake index eab0d8606..60d3a644a 100644 --- a/lib/tasks/yardoc.rake +++ b/lib/tasks/yardoc.rake @@ -12,7 +12,7 @@ begin 'doc/RUNNING_TESTS', 'doc/UPGRADING'].join(',') - t.options += ['--output-dir', './doc/app', '--files', static_files] + t.options += ['--no-private', '--output-dir', './doc/app', '--files', static_files] end rescue LoadError |