Tagged Questions

0
votes
4answers
22 views

Up-to-date XML-Documentation Builder for C#

I want to start using XML-Documentation of my code and am desperately searching for an up-to-date (meaning .NET-3.5 SP1) to do so. I found NDoc, but it only supports .NET-1.1 and …
0
votes
2answers
50 views

vb.net - automatic XML comments - ‘’’ — Can I change the automatic defaults?

I'm using Visual Studio 2008 SP1 in VB.NET, when I type ''' above a function, some automatic default XML comments appear: ''' <summary> ''' ''' </summary> ''' <re …
0
votes
3answers
365 views

Is it possible for Visual Studio 2008 Automatically create XML Comments tags without “Generate XML documentation file” checked (VB.NET only)?

When in VS 2008 if a developer hits the ''' it generates the XML comment tags for you, but this only works when the project setting for "Generate XML documentation file" is checked …
1
vote
2answers
56 views

XSLT / Xpath: Selecting a preceding comment

I have XML in the following format which I want to reformat: <blocks> <!-- === apples === --> <block name="block1"> ... </block> <! …
3
votes
1answer
42 views

.NET (C#) - How do you get XML comments to appear in a different project (dll)?

Consider: /// <summary> /// This method does something... /// </summary> public void DoSomething() { // code... } When using that method/class etc.. in a differe …
0
votes
1answer
33 views

What are the supported character entities for XML comments?

In the following example, &amp; and &#916; are OK but &Delta; is not (the latter two are both Δ). The compiler issues a warning similar to: warning CS1570: XML …
0
votes
2answers
65 views

How to autocorrect xml documentation of methods

In the below code in xml documentations there is mismatch between the names of parameters in method's arguments and name of parameters in xml documentation. Is there any way to aut …
0
votes
1answer
73 views

XML Comments <list> not displing in Intellisense

I am trying to get Vb.Net XML Comments to work with Intellisense, and maybe it doesn't work the way I think it does. ''' <summary> ''' Gets or sets the Patient Code. ' …
2
votes
2answers
101 views

howto collapse all XML comments in Visiual Studio 2008

Hi, i was wondering if there is an plugin, addon or any other easy way to get rid of the bloated xml comments for c#? Company wants the documentation, but in my daily work the com …
1
vote
1answer
53 views

How can I automatically export XML source comments to a text document?

I have been using XML comments to document my source code in VB.Net (and C# when I get to). I seem to remember someone telling me a long time ago that there was a way to automatica …
0
votes
0answers
60 views

NDoc syntax highlighting for CODE block (tag)

I use NDoc 1.3.1 to generate documentation in VS .NET 2003, framework v1.1. For the following block /// <example> /// <code lang="C#" escaped="true"> /// try /// { // …
0
votes
1answer
76 views

How can the .NET source code XML comments be persisted in the assembly metadata?

Dear ladies and sirs. Have you noticed that for some methods in the system assemblies, the .NET Reflector also shows the respective documentation? Which means that the documentati …
14
votes
9answers
3k views

Generating Documentation from C# XML Comments

I've recently started a new project and I'm using C# for the first time. I've found that while Visual Studio is helpful in creating C#'s XML comments to document your classes and …
6
votes
3answers
355 views

Is it possible to wikify Visual Studio XML comments?

Is it possible to generate a set of wiki pages from XML comment file generated by Visual Studio? I'm talking about something like Sandcastle, but for wiki format instead of compi …
2
votes
2answers
138 views

XML comments in Resources.Designer.cs?

In my Visual Studio 2008 project, I have this project with Resources.resx which contains images and strings. In order to force myself and everyone else to write at least the XML co …

1 2 3 next
15 30 50 per page