makefile.am
来自「This is an implementation of double-arra」· AM 代码 · 共 30 行
AM
30 行
if ENABLE_DOXYGEN_DOCall-local: doxygen.stampdoxygen.stamp: $(top_srcdir)/datrie/*.h $(DOXYGEN) touch doxygen.stampinstall-data-local: install-htmlinstall-html: $(INSTALL) -d $(DESTDIR)$(htmldocdir) $(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)uninstall-local: rm -rf $(DESTDIR)$(htmldocdir)clean-local: rm -rf html man rm -f doxygen.stampelseinstall-data-local:uninstall-local:clean-local:endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?