[mono/mono] a812e9a2: [mono-api-html] Show 'static' fields as such

"Sebastien Pouliot ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <000001419fe13a6c-6432d56a-4770-4459-a6e1-1471869371d2-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/4407f88ea62b...a812e9a24b85

   Commit: a812e9a24b8550fa9d57442ab87225d9c34a60b7
   Author: Sebastien Pouliot <[email protected]> (spouliot)
     Date: 2013-10-10 00:59:21 GMT
      URL: https://github.com/mono/mono/commit/a812e9a24b8550fa9d57442ab87225d9c34a60b7

[mono-api-html] Show 'static' fields as such

Changed paths:
  M mcs/tools/corcompare/mono-api-html/FieldComparer.cs

Modified: mcs/tools/corcompare/mono-api-html/FieldComparer.cs
===================================================================
@@ -61,6 +61,9 @@ public override string GetDescription (XElement e)
 						sb.Append ("public ");
 					}
 
+					if ((attr & FieldAttributes.Static) != 0)
+						sb.Append ("static ");
+
 					if ((attr & FieldAttributes.Literal) != 0)
 						sb.Append ("const ");
 				}


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.