📄 makefile.am
字号:
# The name of the module.DOC_MODULE = streamtuner# The top-level SGML file.DOC_MAIN_SGML_FILE = streamtuner-docs.sgml# Extra options to supply to gtkdoc-scanSCAN_OPTIONS = --deprecated-guards="ST_DISABLE_DEPRECATED"# The directory containing the source code. Relative to $(srcdir)DOC_SOURCE_DIR = ../../src/streamtuner# Used for dependenciesHFILE_GLOB = $(top_srcdir)/src/streamtuner/*-api.hCFILE_GLOB = $(top_srcdir)/src/streamtuner/*.c# Headers to ignoreinclude private-headers.makeIGNORE_HFILES = streamtuner.h $(private_headers)# Extra options to supply to gtkdoc-mkdbMKDB_OPTIONS = --sgml-mode --output-format=xml --ignore-files=trio# include common portion ...include $(top_srcdir)/docs/gtk-doc.makeEXTRA_DIST += generate-private-headers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -