XML Documentation Extension
Here are some extension off the build-in XML Documentation feature.
If you have ideas for more useful Extension, feel free to contact me.
Code Block FormatWith the Code-Block format attribute you can say, in which programminglanguage you code example is written.
If you don't declare the format attribute the default format is C#.
<code format="...">
Code example here
</code>
the following code-keyword and formats are aviable:
- ASPX_Csharp
- ASPX_VBNET
- ASPX
- Csharp (Default)
- Cpp
- VBNET
- HTML
- SQL
- JAVA
- JAVASCRIPT
- XML
- PHP
- CSS
Hyperlink BlockWith the hyperlink block you can make links to Codeplex Internal resources (page, picture, file) or to external (weblink, picture).
You can use it in the code or at the end as link-collection.
<hyperlink type="..." url="..." label="...">ReplaceString</hyperlink>
type-attributeThe type-attribute say what a type of link schould replace on this position. The following types are aviable:
- WebLink
- InternalFileLink
- ImageLink
- InternalPageLink
- InternalDiscussionLink
- InternalReleaseLink
- InternalWorkItemLink
url-attributeHere you write the link to the resource you want link
label-attributethe label will show in the documenet as the Link-text
ReplaceStringIf you use the hyperlink in a Text, you can declare here a identifer string for the place where the link schould stay.
here some text
<hyperlink type="..." url="..." label="Label for the Link">ReplaceString</hyperlink>
around the link
In the generated XML Documentation it looks like this:
here some text ReplaceString around the link
<hyperlink type="..." url="..." label="Label for the Link">ReplaceString</hyperlink>
In the Wiki it will look like this:
here some text Label for the Link around the link. |
---|
This WikiPage was created with
Codeplex WikiEditor