O
Ole Hanson
I would like to be able to generate documentation for a custom configuration
file (xml) to enable future support engineers to understand applicable
values to the various elements inside the configuration file. (see below for
sample).
Does any program exist (like NDoc) that is able to generate MSDN like
documentation?
<!-- CONFIGURATION SECTION -->
<configurationSection>
<caching>
<!--
Should caching be used by the Configuration system ?
Using caching greatly improves performance
Values:
"false" : Do not use
"true" : Do use
-->
<add key="useCaching" value="true"/>
<!-- Time To Live [Sec.] (when using SQL Storage) -->
<add key="TTL" value="234"/>
</caching>
Thanks!
/Ole
file (xml) to enable future support engineers to understand applicable
values to the various elements inside the configuration file. (see below for
sample).
Does any program exist (like NDoc) that is able to generate MSDN like
documentation?
<!-- CONFIGURATION SECTION -->
<configurationSection>
<caching>
<!--
Should caching be used by the Configuration system ?
Using caching greatly improves performance
Values:
"false" : Do not use
"true" : Do use
-->
<add key="useCaching" value="true"/>
<!-- Time To Live [Sec.] (when using SQL Storage) -->
<add key="TTL" value="234"/>
</caching>
Thanks!
/Ole