add_help_chapter — Add an entry in the helps list
ok = add_help_chapter(title,path[,mode])
String array, Help chapters title
String array, Help chapters path
A boolean, if TRUE, the chapter is considered as belongs to a internal modules, otherwise, the chapter is added as external module. It's an optional input argument and its default value is %F.
a vector of booleans. The same size as
the path
variable. If the chapter page
number i was not existing in the help system then ok(i) is
set to %t.