I have a single XML file generated by the C# compiler from the documentation 3 slashs ///
C# syntax.
How can I generate an online documentation that is both desktop and mobile friendly?
To avoid any confusion my XML file starts like that:
<?xml version="1.0"?>
<doc>
<assembly>
<name>APIAsmName</name>
</assembly>
<members>
<member name="T:Namespace1.Type1">
<summary>
Type1 desc...
</summary>
I insist on both desktop and mobile friendly which is not at all addressed in responses of this question Create html documentation for C# code