Mike Norman
Mike Norman
It would be nice to be able to round-trip API docs through `mdoc` in order to standardize white space, attributes, and so on. For example: `mdoc --canonicalize ./Application.xml` would result...
`mdoc update` was run on a DLL that resulted from, among other code: ``` c# [EditorBrowsable(EditorBrowsableState.Never)] public void SetAndLoadSource(Uri value, string resourcePath, Assembly assembly, System.Xml.IXmlLineInfo lineInfo) { _source = value;...
The following xml was found in the same file in the Forms source tree: ```xml ``` and: ```xml ``` The method signatures are identical, save for `TXaml` vs. `TView`. (Note...