lib/adiwg/mdtranslator.rb in adiwg-mdtranslator-2.6.0 vs lib/adiwg/mdtranslator.rb in adiwg-mdtranslator-2.6.1
- old
+ new
@@ -68,22 +68,22 @@
# - set by the reader
# ------------------------------------------------------------------------------------
# writerRequested: name of the writer requested by the user
# - set from the parameter list (writer)
# ------------------------------------------------------------------------------------
- # writerVersion: current version of the requested writer
+ # writerVersion: version of the writer used within mdTranslator
# - set by the writer
# ------------------------------------------------------------------------------------
- # writerFormat: format of writer output
- # - set by the writer
- # ------------------------------------------------------------------------------------
# writerPass: false if the writer fails to complete creation of output file
# - set by the writer
# ------------------------------------------------------------------------------------
# writerMessages: an array of writer warning and error messages
# - set by the writer
# ------------------------------------------------------------------------------------
+ # writerOutputFormat: format of writer output
+ # - set by the writer
+ # ------------------------------------------------------------------------------------
# writerOutput: the output file returned by the writer
# - set by the writer
# ------------------------------------------------------------------------------------
# writerShowTags: include tags in XML output for any empty elements
# - set from the parameter list (showAllTags)
@@ -108,9 +108,10 @@
readerValidationPass: true,
readerValidationMessages: [],
readerExecutionPass: true,
readerExecutionMessages: [],
writerRequested: nil,
+ writerVersion: nil,
writerPass: true,
writerMessages: [],
writerOutputFormat: nil,
writerOutput: nil,
writerShowTags: false,