반응형

doxygen 설치 및 GUI / 다이어그램을 위한 설치

https://newkie.tistory.com/52

 

우분투 doxygen 설치

sudo apt-get install doxygen 로 깔고 sudo apt-get install doxygen-gui 를 깔면 doxywizard 실행가능. 이것이 UI창 띄워줌 sudo apt-get install graphviz 이건 다이어그램 그릴때 필요함(/usr/bin/dot 를 경로..

newkie.tistory.com

 

Doxygen을 이용하여 문서화 시키는 환경 설정

https://www.slideshare.net/arload/doxygen-33932243

 

Doxygen 사용법

Doxygen 사용법 Written by 김동국 Reviewed by 손영수

www.slideshare.net

 

Doxygen에서 Main화면 만들기(markdown 파일 이용)

https://stackoverflow.com/questions/13368350/use-the-readme-md-file-as-main-page-in-doxygen

 

Use the README.md file as main page in Doxygen

The documentation of Doxygen states, that I can use PHP Markdown Extra title labelling in a markdown file, but neither # Main Page # {#mainpage} nor # Main Page # {#index} works, but the label ...

stackoverflow.com

 

Doxygen에서 header, footer, css, js 이용하기

http://www.doxygen.nl/manual/customize.html

 

Doxygen Manual: Customizing the output

Doxygen provides various levels of customization. The section Minor Tweaks discusses what to do if you want to do minor tweaking to the look and feel of the output. The section Layout show how to reorder and hide certain information on a page. The section

www.doxygen.nl

 

Doxygen에서 code syntax highlighter 적용하기

 

https://coderwall.com/p/ydwz3a/use-highlight-js-for-syntax-highlighting-in-doxygen-generated-documentation

 

Use highlight.js for syntax highlighting in Doxygen generated

A protip by grakic about php, doxygen, and highlight.js.

coderwall.com

 

반응형