Skip to content

yamavol/hello-doxygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Doxygen

カスタムデザインを組み込んだDoxygenをcmakeと連携したプロジェクトです。

Doxygen v1.9.6 で動作確認しています。

使い方

ドキュメントはdocフォルダにあります。

cmakeの add_custom_targetを使ってターゲットdocを追加しています。以下のコマンドを実行してもドキュメントを生成できます。

cmake -B build
cmake --build build --target doc

設定方法はCMakeLists.txtを確認してください。

サンプル

https://yamavol.github.io/hello-doxygen

Customization

ソースコードはsrcフォルダに、ドキュメントはdoc/src以下に置いています。doc/stylesはデザインやフレームワークに関するファイルです。

Generate layout file

doxygen -l

Generate html header,footer and stylesheet

doxygen -w html header.html footer.html style.css

Requirements

About

Template project for Doxygen with custom style enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published