mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Removed xml files from documentation as not displaying properly and modified by user.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user