LoginSignup
1
2

More than 5 years have passed since last update.

Doxygen構築

Last updated at Posted at 2015-01-05

Doxygenはソースコードからドキュメントを生成してくれるツール。
参考サイト

Dockerfile

FROM centos:centos6
RUN yum -y update
RUN yum -y install doxygen graphviz graphviz-gd

コメントの書き方はココ
そのうちソースをアップするとHTMLが取得可能になるようにツール化したい。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2