\s\p
doxygen によって生成される最終ドキュメントに含めたいと思います。以下は、Java ファイルのコメント ブロックの例です。
/**
* @section Sample sample
* Need to use \s\p in the file.
*
*/
結果のドキュメントは次のようになりますNeed to use \s\p in the file.
。ただし、doxygen を実行すると、 が に置き換え\s\p
られ<computeruotput/>
、doxygen XML 出力の結果はNeed to use <computeruotput/> in the file.
How can I get \s\p
in the final output rather than <computeruotput/>
?になります。