?? makefile.am
字號:
## Makefile.am for pursuit server top directory## process subdirecty srcSUBDIRS=src ## add configuration file of doxygen to distributionEXTRA_DIST=README start.sh windows/start-team.bat windows/bcc32.cfg windows/ilink32.cfg windows/Makefile ## make doc will create doxygen output (if doxygen is installed)doc: doxygen doc/doxygen.cfg## Clean doc/html directory where doxygen places its outputCLEANFILES=doc/html/*## to make sure make doc will always call doxygen rule.PHONY: doc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -