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

  1. Right-click the project node in a Visual J# project that has Javadoc comments.

  2. On the shortcut menu, click Properties.

  3. Click Build on the left of the Project Settings window to open the Build pane.

  4. Select the XML Documentation File check box.

  5. Type the name of the XML documentation file in the text box.

  6. Close the Project Settings window.

  7. 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

Other Resources

Documentation Comments in Visual J#