📄 makefile.am
字号:
EXTRA_DIST=Doxyfile.in examples.h mainpage.hif HAVE_DOXYGENpkgdocdir=$(datadir)/doc/$(PACKAGE)-$(VERSION)htmldocdir=$(pkgdocdir)/htmlall-local: doxygeninstall-data-local: $(INSTALL) -d $(DESTDIR)$(htmldocdir) $(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)uninstall-local: $(RM) -r $(DESTDIR)$(htmldocdir) $(RM) -r $(DESTDIR)$(pkgdocdir)clean-local: $(RM) -r html latex manendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -