Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
会社全体のヘッダー形式を doxygen に適合させるために、doxygen によって無視されるカスタム タグをいくつか作成したいと考えています。エイリアスを使用してこれを行うことができると思いますが、これまでのところ、タグを他のものに置き換えることしかできませんでした. 私が達成しようとしていること:
/** * @company 会社名 **/
@company="" のようなエイリアスを使用します。残念ながら、これはセクション名のないテキストを出力するだけです。
何か案は?