This commit is contained in:
Marc Beninca 2025-07-04 20:24:58 +02:00
parent 3344390f40
commit 25efbc44cf
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ rwx_cache() {
text="$(cat "${path}")"
# all source code
RWX_CODE="${RWX_CODE}\
# ${name}
#. ${name}
${text}
"
}

View file

@ -8,9 +8,9 @@ rwx_doc() {
while IFS= read -r line; do
case "${line}" in
"#!"*) doc="" ;;
"#"*)
"#."*)
doc=""
module="$(echo "${line}" | sed "s|# \\(.*\\)|\\1|")"
module="$(echo "${line}" | sed "s|#\\. \\(.*\\)|\\1|")"
;;
*"#"*)
[ -n "${doc}" ] && doc="${doc}