글 수 58
기본적으로 ubuntu 8.04를 기준으로 작업했습니다.
■Doxygen 설치
1. Download the recently doxygen 1.XX at http://www.doxygen.org
2. Extract tar.gz
3. Type ./configure
4. make ; sudo make install [Maby you don't need to set path]
1. doxygen -g [config file name]
2. Modify the config file
3. Excute doxygen [config file name]
Refer to the http://www.coxygen.org for detail setting