Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/60.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何抑制#在doxygen中作为标记字符 < >我使用了代码> ///< /COD>注释来从我的C++代码中生成DOXEGEN DOC。在这些注释中,我想使用字符“#”作为普通文本字符——我经常使用它来表示“number of”,如“returns the number of cells”。但是, /// # elements in full blocks, given # elements 将其转义即可_C++_C_Doxygen - Fatal编程技术网

如何抑制#在doxygen中作为标记字符 < >我使用了代码> ///< /COD>注释来从我的C++代码中生成DOXEGEN DOC。在这些注释中,我想使用字符“#”作为普通文本字符——我经常使用它来表示“number of”,如“returns the number of cells”。但是, /// # elements in full blocks, given # elements 将其转义即可

如何抑制#在doxygen中作为标记字符 < >我使用了代码> ///< /COD>注释来从我的C++代码中生成DOXEGEN DOC。在这些注释中,我想使用字符“#”作为普通文本字符——我经常使用它来表示“number of”,如“returns the number of cells”。但是, /// # elements in full blocks, given # elements 将其转义即可,c++,c,doxygen,C++,C,Doxygen,完整块中的元素,给定的#元素 用粗体和非常大的字体。因此,第一个#被解释为某种标记字符。我怎样才能抑制这种情绪?.dox文件有设置吗?只需使用\\\code>将其转义即可 请参阅此处的文档:

完整块中的元素,给定的#元素


用粗体和非常大的字体。因此,第一个#被解释为某种标记字符。我怎样才能抑制这种情绪?.dox文件有设置吗?

只需使用
\\\code>将其转义即可

请参阅此处的文档: