Search code examples
visual-studio-2008commentsjavadoc

Will MS Visual Studio 2008 show help on my own functions if I use Javadoc style comments for them?


For example in C# or in JavaScript documents.
If not, is there point in using Javadoc comments in ASP.NET programming?


Solution

  • I'm pretty sure the answer to that is no, it won't. Why would you use Javadoc style comments rather than the XML comments? The XML comments will be automatically displayed by the Intellisense engine and also allow you to create external docs through tools like SandCastle.