multi2.hdf

来自「Hypertext Help Development Kit c源代码」· HDF 代码 · 共 45 行

HDF
45
字号
;******************************************************************************
;                                  overview                                   *
;******************************************************************************
.topic overview
.list list

This is file 2 of the multiple file target database demo.

From here we can jump to the ~next topic~nextTopic~, or to the
topic in the ~First File(Multi1.hlp)~intlink~

.end-topic

;******************************************************************************
;                                   extLink                                   *
; notice, that this topic is visible from multi 1, and has an alias here !    *
;******************************************************************************
.topic extLink
.list list
.export

This is the exported topic of file 2

.end-topic

;******************************************************************************
;                                   .alias                                    *
; Notice - The same topic known in 2 names !                                  *
;******************************************************************************
.alias nextTopic extLink

;******************************************************************************
;                                 multi1.exp                                  *
; These are the exported topics from multi1, created b helpc /pp+ multi1      *
;******************************************************************************
.ifndef preprocess
.include multi1.exp
.endif

; Notice that the ifndef is needed, because we have a case in which 2 databases
; call each other. If we would have used the more common method of computer
; languages, in which there are no circular references, we could have eliminated
; that.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?