Hi,
Hi,
the XML comments spec says to use ≤ and ≥ to escape < and >, respectively
so an xml comment like ≤string≥{"1","2","3","4"} should result in <string>{"1","2","3","4"}
the xml comments file throws <!-- Badly formed XML comment ignored for member ... -->
You're also supposed to be able to use cref="{string}" and the curlies get converted to brackets but that just includes the literal cref in the output
Thanks,
SteveF
Minor issue with xml comments with embedded brackets
-
- Posts: 33
- Joined: Tue Jan 05, 2016 8:00 pm
Minor issue with xml comments with embedded brackets
Steve,
the correct codes are < and >
(Less Than, Greater Than)
Robert
the correct codes are < and >
(Less Than, Greater Than)
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
-
- Posts: 33
- Joined: Tue Jan 05, 2016 8:00 pm
Minor issue with xml comments with embedded brackets
Ugh. So Sorry
Thanks!
Thanks!
-
- Posts: 33
- Joined: Tue Jan 05, 2016 8:00 pm
Minor issue with xml comments with embedded brackets
still working on the xml comments and hit a snag. building an exe adds this to the xml file:
<member name="M:<Module>.$AppInit">
<summary>Compiler generated helper method.</summary>
</member>
<member name="M:<Module>.$AppExit">
<summary>Compiler generated helper method.</summary>
</member>
Sandcastle dies because of the brackets around Module
SteveF
<member name="M:<Module>.$AppInit">
<summary>Compiler generated helper method.</summary>
</member>
<member name="M:<Module>.$AppExit">
<summary>Compiler generated helper method.</summary>
</member>
Sandcastle dies because of the brackets around Module
SteveF
Minor issue with xml comments with embedded brackets
Steve,
I will look into this asap
Robert
I will look into this asap
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
-
- Posts: 33
- Joined: Tue Jan 05, 2016 8:00 pm
Minor issue with xml comments with embedded brackets
if i hand edit the xml to be <Module> it works