status = xmldocbuild(source_dirs, destination_dir, main_title, export_format, overwrite)
| Parameter | Description |
|---|---|
| source_dirs | a cell of string: list of xml filenames. |
| destination_dir | a string: directory destination. |
| main_title | a string: title of main index. |
| export_format | a string: 'html' or 'md'. |
| overwrite | a logical: force overwrite if file destination already exists |
| Parameter | Description |
|---|---|
| status | a logical: files generated or not. |
xmldocbuild convert xml document files to html.
internal function
| Version | Description |
|---|---|
| 1.0.0 | initial version |
| 1.15.0 | 'qt' input parameter removed. |