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.
と呼ばれる C プログラムがありncdump.c、doxygen でドキュメント化しています。
ncdump.c
man ページを生成すると、 という名前のページが表示されncdump.c.3ます。これは役に立ちません。が必要ncdump.1です。
ncdump.c.3
ncdump.1
Doxyfile の man ページ セクションを変更する方法は知っていますが、「.c」を削除するにはどうすればよいですか?
MAN_EXTENSION を .1 に設定し、@page ncdump を使用してプログラムを文書化します。
/** @page ncdump ncdump tool * * @section usage Usage Information * Information on how to use this application. */