Removed xml files from documentation as not displaying properly and modified by user.

This commit is contained in:
Jjk422
2016-04-29 08:59:59 +01:00
parent 3e279d784b
commit 08ceae1bfa

View File

@@ -8,12 +8,9 @@ task :yard do
YARD::Rake::YardocTask.new do |t|
# Files to include in yard documentation. Ruby files before the -, Other files after the dash
t.files = ["#{ROOT_DIR}/lib/**/*.rb",
"#{ROOT_DIR}/tests/**/*.rb",
'-',
"#{ROOT_DIR}/config/scenario.xml",
"#{ROOT_DIR}/xml/bases.xml",
"#{ROOT_DIR}/xml/networks.xml",
"#{ROOT_DIR}/xml/services.xml"
"#{ROOT_DIR}/tests/**/*.rb"
# '-',
# "#{ROOT_DIR}
] # optional
t.options = [