defs.docs

来自「vxworks 6.x 的全部头文件」· DOCS 代码 · 共 36 行

DOCS
36
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?