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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -