* Mono.Documentation/monodocs2html.cs: Fix behavior when multiple
authorJonathan Pryor <jpryor@novell.com>
Wed, 9 Sep 2009 19:38:57 +0000 (19:38 -0000)
committerJonathan Pryor <jpryor@novell.com>
Wed, 9 Sep 2009 19:38:57 +0000 (19:38 -0000)
commiteae23c0130165edde69a195ad705a597779528d0
tree2f84e85e761e334158f19ea515db7a1d58648018
parent5d66a7c092614fc84624e60dec7ffc0348815996
* Mono.Documentation/monodocs2html.cs: Fix behavior when multiple
  source directories are provided, e.g. 'mdoc export-html -o o a b c'
  with docs located in directories a, b, and c.  Previously this would
  be equivalent to running aginst a, b, and c separately, resulting in
  o/index.html being continually overwritten (and thus not showing ALL
  available types).
* Resources/stylesheet.xsl: Make $Index a parameter (as monodocs2html
  will create an in-memory index containing all types from all
  specified directories), and various changes to cope with $Index no
  longer being a file.  Better support files in the global namespace.
* Test/html.expected/NoNamespace.html: Fix assembly link.

svn path=/trunk/mcs/; revision=141629
mcs/tools/mdoc/ChangeLog
mcs/tools/mdoc/Mono.Documentation/monodocs2html.cs
mcs/tools/mdoc/Resources/stylesheet.xsl
mcs/tools/mdoc/Test/html.expected/NoNamespace.html