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.
2 つの .hpp ファイルとその .cpp ファイルがある C++ プロジェクトがあります。それらすべてにコメントを付けましたが、Doxygen を実行すると .hpp ファイルしか取得できません。どうすればソースファイルも入手できますか? 少なくとも可能ですか?
doxygen 設定ファイルを生成してみて、何か変更したいかどうか確認しましたか?
doxygen -g "config_file_name"
次に、次のように doxygen を実行します。
doxygen "config_file_name"