Does eclipse support xml comment description like Visual Studio? -
i'm trying switch project visual studio eclipse. in visual studio comment functions , parameters xml comments. these comments shown in code completion.
/// <summary> /// function hotkey.deinstallkey() deinstalls single hotkey. function uses ascii character identify key has deinstalled. function works local , global hotkeys. /// </summary> /// @cond visual_param /// <param name="key">the hotkeytag.</param> /// @endcond /// @param[in] key hotkeytag. void deinstallkey(int key);
does eclipse support well, or how have change comments achieve same functionality?
Comments
Post a Comment