multi1.hdf

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

HDF
37
字号
;******************************************************************************
;                                  overview                                   *
;******************************************************************************
.topic overview

This is a test of multiple file databases.

We have here Two links :

1: ~Internal Link~intlink~
2: ~External Link~extLink~

.end-topic

;******************************************************************************
;                                   intLink                                   *
;******************************************************************************
.topic intLink
.export

This is a test, it can be called from an external database

.end-topic

;******************************************************************************
;                                 multi2.exp                                  *
; These are the exported topics from multi-2, generated by helpc /pp+ multi2  *
;******************************************************************************
.ifndef preprocess
.include multi2.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 + -
显示快捷键?