From bff0fbce8baeddb3bba4d04131f1368763078e36 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 8 Jun 2018 00:55:41 +0000 Subject: Remove RDoc tags (#28943). Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/tasks/yardoc.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') 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 -- cgit v1.2.3