~vcs-imports/monodoc/main

Viewing all changes in revision 1482.

  • Committer: jonpryor
  • Date: 2008-09-17 03:42:13 UTC
  • Revision ID: vcs-imports@canonical.com-20080917034213-3rh7z7bioetgr16i
        * monodocer.cs: FieldInfo.GetValue() may throw, particularly if getting 
          the value of a public+static+readonly field, and the constructor for 
          the type of said field throws an exception (though DocTest-v1.cs has
          a similar scenario).  This is bad, as it prevents monodocer from
          completing its work.  Found by Dan Morgan.
        * DocTest-v1.cs: Create a `public static readonly` field that will
          generate an exception from the class constructor.
        * DocTest/en.expected/Mono.DocTest/Widget.xml,
          DocTest/en.expected.importslashdoc/Mono.DocTest/Widget.xml,
          DocTest/en.expected.since/Mono.DocTest/Widget.xml,
          DocTest/html.expected/Mono.DocTest/Widget.html,
          DocTest/msxdoc-expected.importslashdoc.xml: Flush.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: