diff --git a/Makefile b/Makefile index 039859b..f425afe 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,8 @@ deploy-helpsrc: HLPC = bin/host/dvxhlpc -SYSTEM_DHS = core/arch.dhs core/apiref.dhs \ +SYSTEM_DHS = core/sysdoc.dhs \ + core/arch.dhs core/apiref.dhs \ tasks/libtasks.dhs shell/dvxshell.dhs sql/dvxsql.dhs \ texthelp/texthelp.dhs listhelp/listhelp.dhs \ taskmgr/taskmgr.dhs serial/serial.dhs \ diff --git a/apps/dvxbasic/basrt.dhs b/apps/dvxbasic/basrt.dhs index cb43814..931291a 100644 --- a/apps/dvxbasic/basrt.dhs +++ b/apps/dvxbasic/basrt.dhs @@ -1,6 +1,7 @@ +.section Libraries .topic lib.basrt .title BASIC Runtime Library -.toc 1 BASIC Runtime Library +.toc 0 BASIC Runtime Library .index BASIC Runtime .index BasVmT .index BasValueT diff --git a/core/apiref.dhs b/core/apiref.dhs index cbddf23..3d35f4e 100644 --- a/core/apiref.dhs +++ b/core/apiref.dhs @@ -1,3 +1,4 @@ +.section Architecture .topic api.overview .title DVX GUI API Reference .toc 0 DVX GUI API Reference diff --git a/core/arch.dhs b/core/arch.dhs index 54cc870..a7f23e5 100644 --- a/core/arch.dhs +++ b/core/arch.dhs @@ -1,3 +1,4 @@ +.section Architecture .topic arch.overview .title DVX Architecture Overview .toc 0 System Overview diff --git a/core/sysdoc.dhs b/core/sysdoc.dhs new file mode 100644 index 0000000..8214f95 --- /dev/null +++ b/core/sysdoc.dhs @@ -0,0 +1,8 @@ +.topic sys.overview +.title DVX System Overview +.toc 0 System Overview +.default + +.h1 DVX System Overview + +DVX (DOS Visual eXecutive) is a graphical user interface environment for DOS, designed for 486-class hardware and above. This help file covers the system architecture, core API, libraries, and widget toolkit. diff --git a/docs/dvx_system_reference.html b/docs/dvx_system_reference.html index d8eae4d..b1ff82e 100644 --- a/docs/dvx_system_reference.html +++ b/docs/dvx_system_reference.html @@ -2,7 +2,7 @@ -DVX Architecture Overview +DVX System Overview