diff options
| author | 2025-08-14 15:12:37 +0500 | |
|---|---|---|
| committer | 2025-08-14 15:12:37 +0500 | |
| commit | 01ac24b461b0d196efe3fc6d3379050bdee3a52a (patch) | |
| tree | d93f1f27099181bc131fa53d9722d3f8116f185c | |
| parent | 9f5be600a459451e6b2f3396f084092ff392d2f7 (diff) | |
add robodoc.rc
| -rw-r--r-- | robodoc.rc | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/robodoc.rc b/robodoc.rc new file mode 100644 index 0000000..02dde02 --- /dev/null +++ b/robodoc.rc @@ -0,0 +1,54 @@ +# docs: https://rfsber.home.xs4all.nl/Robo/pages/robodoc-49942-user-manual.html#customizingitems +items: + NAME + DESCRIPTION + ARGUMENTS + USAGE + OUTPUTS + RETURN VALUE + NOTES + BUGS + EXAMPLE + SEE ALSO + USES + USED BY +item order: + NAME + DESCRIPTION + ARGUMENTS + USAGE + RETURN VALUE + OUTPUTS + EXAMPLE + USES + USED BY + NOTES + BUGS + SEE ALSO +source items: + USAGE + ARGUMENTS + EXAMPLE + RETURN VALUE +preformatted items: + SEE ALSO + NOTES +options: + --src . + --doc ./docs + --html + --charset UTF-8 + --index + --nopre + --sections + --multidoc + --tabsize 2 +headertypes: + D "Directories" robo_dirs 1 + F "Files" robo_files 2 +ignore files: + README.md + user_configuration.json + ARCHIVED + guides + .git |
