📄 defs.docs
字号:
# defs.docs - makefile fragment for specifying documentation parameters## modification history# --------------------# 01d,12sep05,vvv updated version number# 01c,29apr05,kkz Updating for new directory paths# 01b,27oct04,tpw Force apigen for Medusa doc builds.# 01a,26oct04,tpw created## DESCRIPTION# This file contains settings to configure the documentation build for the# networking stack component kernel side. A companion file exists for user# mode: $(WIND_BASE)/target/usr/make/config/comps/coreip/defs.docsinclude $(WIND_BASE)/target/h/make/config/defs.versionifeq ($(KERNEL_MAJOR_VERSION),6)DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_net_stack/wr_net_stack_kernel_api_reference_3.0DOC_BOOK = Wind_River_Network_Stack_3.0DOC_CHAPTER = Wind_River_Network_Stack_Kernel_APIelse# Force apigen for Medusa doc build. Only needed on kernel side.#REFGEN_SH = $(WIND_BASE)/host/$(WIND_HOST_TYPE)/bin/apigen -nostrict -missingokendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -