Parse other documentation nodes
Reported by James Gregory | March 21st, 2009 @ 08:21 PM
Currently can only parse <summary />
,
<c />
, <param />
and
<see />
nodes, need to support everything.
<para>
- Paragraph<code>
- Multiline code (aka<pre />
)<seealso>
- Same as<see />
but outside of a comment<example>
<paramref>
- Like<see />
but only for the current method<exception>
<permission>
<typeparam>
- Like<param />
but for generic arguments<typeparamref>
<list>
- UL/OL/Table<value>
Comments and changes to this ticket
-
James Gregory March 21st, 2009 @ 11:01 PM
- State changed from new to open
Implemented
<remarks />
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Simple documentation done simply