\s\pdoxygen によって生成される最終ドキュメントに含めたいと思います。以下は、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\pin the final output rather than <computeruotput/>?になります。