From 08ceae1bfa51fed558af28b16526d8ffccc83b49 Mon Sep 17 00:00:00 2001 From: Jjk422 Date: Fri, 29 Apr 2016 08:59:59 +0100 Subject: [PATCH] Removed xml files from documentation as not displaying properly and modified by user. --- documentation/yard/rakefile.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/documentation/yard/rakefile.rb b/documentation/yard/rakefile.rb index a3550579c..a119b7571 100644 --- a/documentation/yard/rakefile.rb +++ b/documentation/yard/rakefile.rb @@ -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 = [