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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -