📄 defs.docs
字号:
# defs.docs - makefile fragment for specifying documentation parameters## modification history# --------------------# 01c,25may05,kkz Updating doc locations# 01b,29apr05,kkz Updating docs directory path# 01a,28oct04,tpw created## DESCRIPTION# This file contains settings to configure the documentation build for the# USB component. It is expected that the variable DOC_AREA_USB be set to one# of 'usb', 'usb2', or 'usb_drivers' before including this file.include $(WIND_BASE)/target/h/make/config/defs.versionifeq ($(KERNEL_MAJOR_VERSION),6)DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_usb/wr_usb_kernel_api_reference_2.2DOC_BOOK = Wind_River_USB_2.2DOC_CHAPTER = Wind_River_USB_API# These lines separaed the USB parts into separate chapters and directories. # No longer needed (but left for reference just in case)#DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_usb/wr_usb_kernel_api_reference_2.2/$(DOC_AREA_USB)#ifeq ($(DOC_AREA_USB),usb)#DOC_CHAPTER = Wind_River_USB_API#endif#ifeq ($(DOC_AREA_USB),usb2)#DOC_CHAPTER = Wind_River_USB2_API#endif#ifeq ($(DOC_AREA_USB),usb_drivers)#DOC_CHAPTER = Wind_River_USB_Drivers_API#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -