How to: Generate XML Documentation from Javadoc Comments
Explains how to convert the comments in a file or project from the Java-language comment style to the .NET standard comment style.
Note
The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.
To generate XML comments from Javadoc comments
Right-click the project node in a Visual J# project that has Javadoc comments.
On the shortcut menu, click Properties.
Click Build on the left of the Project Settings window to open the Build pane.
Select the XML Documentation File check box.
Type the name of the XML documentation file in the text box.
Close the Project Settings window.
On the Build menu, click Build Solution, or Build <projectname>. The XML documentation file is built for this project based on Javadoc comments in the file.
See Also
Reference
XML Documentation Equivalents for Javadoc Comments