Unix-commands-doxygen

提供:Dev Guides
2020年6月23日 (火) 04:35時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

doxygen-Unix、Linuxコマンド

link:/unix_commands/index [previous] link:/unix_commands/index [next] [[1]] php [AddThis Social Bookmark Button]

NAME

説明

doxygenはさまざまな方法で使用できます。

Tag

説明

1)doxygenを使用して、テンプレート構成ファイルを生成します。

doxygen [-s] -g [configName]

-がconfigNameに使用される場合、doxygenは標準出力に書き込みます。

2)doxygenを使用して古い構成ファイルを更新します。

doxygen [-s] -u [configName]

3)doxygenを使用して、既存の構成ファイルを使用してドキュメントを生成します。

doxygen [configName]

-がconfigNameに使用される場合、doxygenは標準入力から読み取ります。

4)doxygenを使用して、RTF、HTML、またはLatex用のテンプレートスタイルシートファイルを生成します。 RTF:

doxygen -w rtf styleSheetFile

HTML:

doxygen -w html headerFile footerFile styleSheetFile [configFile]

LaTeX:doxygen -w latex headerFile styleSheetFile [configFile] 5)doxygenを使用して、rtf拡張ファイルRTFを生成します。

doxygen -e rtf extensionsファイル

-s

著者

関連項目

link:/unix_commands/index [previous] link:/unix_commands/index [next] link:/cgi-bin/printversion.cgi?tutorial = unix_commands&file = doxygen [Printer Friendly]

  
Advertisements