sandcastle
Sandcastle Authoring for Conceptual Topics
I\'m working on writing some conceptual documentation to our otherwise technical documentation that is being produced in Sandcastle.[详细]
2023-04-11 13:51 分类:问答Sandcastle: How to reference own (non-msdn) HTML documentation?
We use sandcastle to build our internal help. We have multiple teams working on parts of our so开发者_StackOverflow社区lutions independently we need to document those independently. So we have i.e. a[详细]
2023-04-09 00:42 分类:问答Missing summary tags for explicitly implemented interfaces?
Basically, I have the following code: public class MyDictionary<TKey, TValue> : IDictionary<TKey, TValue>[详细]
2023-04-05 02:28 分类:问答Printed documentation from Sandcastle
We\'re using Sandcastle for conceptual documentation and have clients that we would like to give documentation to in a non-CHM or HTML form, i.e printed.It could be Word or PDF, something simple to at[详细]
2023-04-05 00:30 分类:问答Documentation report for a .Net Assembly
I\'m in the process of generating documentaion for my API using sandcastle, however there are many undocumented sources in the assembly that that i\'m generating the chm for, is there a way to get a[详细]
2023-03-26 16:37 分类:问答How do I colorize class names in code samples in Sand Castle/MAML
I\'m migrating to Sand Castle from nDoc to generate the doc for my class reference. nDoc does not support .net 2.0 and has many other limitations.[详细]
2023-03-22 13:05 分类:问答How to copy .NET API documentation?
If a class implements a method defined in an interface you can choose whether you duplicate the documentation or reference it with <see cref=\"...\" />.[详细]
2023-03-09 23:41 分类:问答XML Comments -- How (or where) do you create XML comments for your namespaces and library?
I understand that if you /// above a class, field, method, or property Visual Studio will start establishing XML-style comments for you.[详细]
2023-03-07 07:14 分类:问答XML Comments - Should see references be fully qualified?
Basically, when is it truly necessary (if at all) to use a fully qualified xml see reference: <see cref=\"T:MyNamespace.Sub.MyType\"/> //Option 1[详细]
2023-03-05 12:55 分类:问答Solid file report in SandCastle
I use SandCastle for generate documentation of my C#-projec开发者_开发百科t. By default I have chm-file as result of SandCastle\'s work.[详细]
2023-02-28 01:36 分类:问答