• <bdo id='bbMN7'></bdo><ul id='bbMN7'></ul>
  • <tfoot id='bbMN7'></tfoot>
    <i id='bbMN7'><tr id='bbMN7'><dt id='bbMN7'><q id='bbMN7'><span id='bbMN7'><b id='bbMN7'><form id='bbMN7'><ins id='bbMN7'></ins><ul id='bbMN7'></ul><sub id='bbMN7'></sub></form><legend id='bbMN7'></legend><bdo id='bbMN7'><pre id='bbMN7'><center id='bbMN7'></center></pre></bdo></b><th id='bbMN7'></th></span></q></dt></tr></i><div id='bbMN7'><tfoot id='bbMN7'></tfoot><dl id='bbMN7'><fieldset id='bbMN7'></fieldset></dl></div>

    <small id='bbMN7'></small><noframes id='bbMN7'>

        <legend id='bbMN7'><style id='bbMN7'><dir id='bbMN7'><q id='bbMN7'></q></dir></style></legend>

        如何编写出现在 Intellisense 中的 C++ 注释?

        时间:2023-05-23
        <i id='4Gtn1'><tr id='4Gtn1'><dt id='4Gtn1'><q id='4Gtn1'><span id='4Gtn1'><b id='4Gtn1'><form id='4Gtn1'><ins id='4Gtn1'></ins><ul id='4Gtn1'></ul><sub id='4Gtn1'></sub></form><legend id='4Gtn1'></legend><bdo id='4Gtn1'><pre id='4Gtn1'><center id='4Gtn1'></center></pre></bdo></b><th id='4Gtn1'></th></span></q></dt></tr></i><div id='4Gtn1'><tfoot id='4Gtn1'></tfoot><dl id='4Gtn1'><fieldset id='4Gtn1'></fieldset></dl></div>
            <tbody id='4Gtn1'></tbody>
          <tfoot id='4Gtn1'></tfoot>

              <small id='4Gtn1'></small><noframes id='4Gtn1'>

              <legend id='4Gtn1'><style id='4Gtn1'><dir id='4Gtn1'><q id='4Gtn1'></q></dir></style></legend>
                  <bdo id='4Gtn1'></bdo><ul id='4Gtn1'></ul>
                  本文介绍了如何编写出现在 Intellisense 中的 C++ 注释?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我正在使用 Visual Studio 2010 Ultimate 进行 C++ 编程.我想记录一些函数,并且我希望文档显示在 Intellisense 中.

                  I'm programming in C++ using Visual Studio 2010 Ultimate. I want to document some functions and I want the documentation to show up in Intellisense.

                  根据MSDN,我只需要将注释放在声明之前或之后在同一条线上.所以我尝试了这个:

                  According to MSDN, I just need to put the comment before the declaration or after it on the same line. So I tried this:

                  // This is a test.
                  void foo();
                  void bar() { foo(); }
                  

                  将鼠标移到 foo() 上时,工具提示中不显示注释.我也试过:

                  When moving my mouse over foo(), the comment doesn't appear in the tooltip. I also tried:

                  • ///
                  • 标签
                  • 使用 /doc(通过在项目设置中设置生成 XML 文档文件"选项)

                  到目前为止我没有运气.有没有人知道如何使这项工作?

                  I've had no luck so far. Does anyone know a way to make this work?

                  推荐答案

                  VS 2012 现在支持!

                  This now supported in VS 2012!

                  以前,注释中的 XML 标签只能由 C++/CLI 读取,而不是普通的旧 C++.VS 2012 现在至少将其中的一些带入常规 C++ - 它位于 Visual Studio 2012 的新增功能 和 MSDN 文档:XML 文档 (Visual C++).

                  Previously, XML tags in the comments were only read in by C++/CLI, not plain old C++. VS 2012 now brings at least some of this into regular C++ - it is in the What's New in Visual Studio 2012 and in the MSDN docs: XML Documentation (Visual C++).

                  我已经在 2012 Ultimate 中使用自己的应用程序对其进行了测试,我可以确认摘要、段落和 seealso 标签都被拉出格式用于工具提示.

                  I've tested it with my own application in 2012 ultimate, and I can confirm that the summary, para, and seealso tags are all pulled out an formatted for tooltips.

                  这篇关于如何编写出现在 Intellisense 中的 C++ 注释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:C++11 中是否有并发容器? 下一篇:如何在依赖静态库中链接 Boost

                  相关文章

                  最新文章

                • <i id='XmFZ6'><tr id='XmFZ6'><dt id='XmFZ6'><q id='XmFZ6'><span id='XmFZ6'><b id='XmFZ6'><form id='XmFZ6'><ins id='XmFZ6'></ins><ul id='XmFZ6'></ul><sub id='XmFZ6'></sub></form><legend id='XmFZ6'></legend><bdo id='XmFZ6'><pre id='XmFZ6'><center id='XmFZ6'></center></pre></bdo></b><th id='XmFZ6'></th></span></q></dt></tr></i><div id='XmFZ6'><tfoot id='XmFZ6'></tfoot><dl id='XmFZ6'><fieldset id='XmFZ6'></fieldset></dl></div>

                    • <bdo id='XmFZ6'></bdo><ul id='XmFZ6'></ul>

                    <legend id='XmFZ6'><style id='XmFZ6'><dir id='XmFZ6'><q id='XmFZ6'></q></dir></style></legend>

                  1. <tfoot id='XmFZ6'></tfoot>
                    1. <small id='XmFZ6'></small><noframes id='XmFZ6'>