1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 00:05:46 +01:00

Add a :helpall command.

This effectively divides the help into chunked and unchunked subsystems
for clarity.
This commit is contained in:
Doug Kearns
2009-08-04 17:43:04 +10:00
parent 0b60f3ebcc
commit ec4982d50b
19 changed files with 111 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ _make doc_. Please refer to the
http://www.methods.co.nz/asciidoc/userguide.html[asciidoc documentation] above
for details. Usually you can just write text as is, and mostly it will be
interpreted correctly. The only difficult part is to write special sections
like for help::help[various.html#online-help].
like for help::help[various.html,online-help].
----------------------------------------------------------------------------------
|<F1>| |:help| |:h| |help|
@@ -64,7 +64,7 @@ Vimperator documentation:
- *$$section:Writing{nbsp}documentation[writing-docs,documentation]$$* Creates
a new section like _Writing Documentation_ in this help file with 2 tags.
- *$$help:developer{nbsp}information[developer.html#documentation]$$* creates
- *$$help:developer{nbsp}information[developer.html,documentation]$$* creates
a link with text _developer information_ to the tag _documentation_ in
the file _developer.html_.
@@ -72,7 +72,7 @@ Vimperator documentation:
If you don't know in which file/section you should put some documentation, ask
on the mailing list or on #vimperator. Usually help should be grouped together
in logically connected subject areas like
help:opening{nbsp}web{nbsp}pages[browsing.html#opening].
help:opening{nbsp}web{nbsp}pages[browsing.html,opening].
section:Generating{nbsp}documentation[generating-docs]