doxygen 설치 및 GUI / 다이어그램을 위한 설치
우분투 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 적용하기
Use highlight.js for syntax highlighting in Doxygen generated
A protip by grakic about php, doxygen, and highlight.js.
coderwall.com
'Basic > Android' 카테고리의 다른 글
Android LayoutInflater 개념 및 사용 방법 (4) | 2019.09.23 |
---|---|
Gradle Exclude Transitive Dependency 예제 (0) | 2019.09.21 |
안드로이드 어댑터 뷰(Adapter View) (0) | 2019.09.12 |
안드로이드 그림 그리기 기본 (0) | 2019.09.07 |
안드로이드 툴바 만들기 (0) | 2019.09.03 |