Uriel Cohen <[EMAIL PROTECTED]> wrote: > I was curious and wanted to know how did Microsoft defined in their > documentation of the .NET Framework 2.0 private sections with a highlighted > title such as "Thread Safety" or "Platforms". So... I opened the assemblies > with the Reflector to show me the documentation and find out the following: > > 1) The <remarks> XML sections seems to be missing. > 2) I found a tag that I am not familiar with called <filterpriority>. It > seems to be a private Microsoft tag. > > Does anyone knows how are they implementing this stuff?
MS have to translate all their documentation, and C# documentation support is in itself not sufficient to produce full docs. You need to use reflection over the assembly along with the generated .xml to produce full docs, and that implies writing tools. Obviously MS, for this situation, have their own set of tools. I don't know how much it has in common with SandCastle (http://blogs.msdn.com/sandcastle/), but I'm sure whatever they use has extra features for their requirements. -- Barry -- http://barrkel.blogspot.com/ =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com