[mdoc-update] Generate proper lower bounds for multi-dimensional arrays.
commit3f3825bf8bc062caba1eb7e87a67aefc1d3d15e3
authorJonathan Pryor <jonpryor@vt.edu>
Thu, 9 Jun 2011 18:27:55 +0000 (9 14:27 -0400)
committerJonathan Pryor <jonpryor@vt.edu>
Thu, 9 Jun 2011 18:31:32 +0000 (9 14:31 -0400)
tree0f776c08e94d3bca068f8a07907a8c7bddafba68
parentdf8086c13fb92830925d49d0c4a061c14e0eccce
[mdoc-update] Generate proper lower bounds for multi-dimensional arrays.

Consider the method `void M(double[,,])`. When attempting to import
documentation for this method, `mdoc-update` should generate the CREF
"M(System.Double[0:,0:,0:])", otherwise some documentation isn't imported.

Due to this (and `mcs /doc`-related fixes) and other changes, flush the
expected output as more docs are properly imported.
mcs/tools/mdoc/Mono.Documentation/monodocer.cs
mcs/tools/mdoc/Test/en.expected.importslashdoc/Mono.DocTest.Generic/MyList`1.xml
mcs/tools/mdoc/Test/en.expected.importslashdoc/Mono.DocTest.Generic/MyList`2.xml
mcs/tools/mdoc/Test/en.expected.importslashdoc/Mono.DocTest/UseLists.xml
mcs/tools/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html
mcs/tools/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html
mcs/tools/mdoc/Test/html.expected/Mono.DocTest/UseLists.html
mcs/tools/mdoc/Test/msxdoc-expected.importslashdoc.xml