Jump to content

XML Comments in C++

- - - - -

  • Please log in to reply
No replies to this topic

#1
AWS

AWS

    Administrator

  • Administrators
  • 54,034 posts
  • LocationJoliet, IL U.S.A.

Everything I've found on the internet so far says that I should be able to do this...but thus far, I can't get intellesence to recognize the XML comments.

I have a function that has the sample XML comment

        /// <summary> is a method
        /// </summary>
        inline NeoGetSettingResults SetNumArguments(int i);

the xdc file gets made just fine:

<?xml version="1.0"?><doc>
<members>
<member name="M:NeoPipelineManagement.NeoAlgorithmModule.SetNumArguments(System.Int32)" decl="true" source="c:tdnincludeneoalgorithmmodule.h" line="77">
<summary> is a method
</summary>
</member>
</members>
</doc>

But it does not show up in intellesense...I'm guessing I just need to point intellisense to the right folder. Any clues?




View the full article




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users