如何在doxygen中启用C#<see langword =“...”>?</see>

时间:2014-12-16 17:11:35

标签: c# doxygen

使用Doxygen生成C#文档时,以下屏幕截图显示以下XML:

    /// <summary>
    /// Gets or sets a value indicating whether [handle error].
    /// </summary>
    /// <value>
    ///     <see langword="true"/> if [handle error]; otherwise, <see langword="false"/>.
    /// </value>

Doxygen html for the XML above

如您所见,<see langword="true"/><see langword="false"/>完全被忽略。

如何确保Doxygen正确解释这些<see langword="..."/>标记?如果无法做到这一点,那么有没有办法在字面上生成这种类型的“忽略”标记文档而不是让页面显示什么?

0 个答案:

没有答案