visual studio - Object browser not working for c++ in VS 2015 community -


for reason can't object browser pick function/class documentation in visual studio 2015 community.

i have tried described here xml documentation (visual c++).

the functions appear in object browser, none of documentation. example,

/// <summary>executes tsql-statement on current db connection.</summary> /// <param name="query">the tsql-statement execute.</param> void executesqlstmt(const std::string& query); 

this shows in object browser as

screenshot object browser

am missing configuration? have set generate documentation setting "no", because not interested in generating .xml files, view function documentation in ide intellisense help.

thank you.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -