mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-07-05 14:20:36 -04:00
LDoc: add "multimodule" param to gendoc.sh script
This commit is contained in:
parent
5efafec098
commit
51a812fa86
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fi
|
||||||
rm -rf "${d_export}"
|
rm -rf "${d_export}"
|
||||||
|
|
||||||
# generate new doc files
|
# generate new doc files
|
||||||
"${cmd_ldoc}" --UNSAFE_NO_SANDBOX -c "${f_config}" -d "${d_export}" "${d_root}"; retval=$?
|
"${cmd_ldoc}" --UNSAFE_NO_SANDBOX --multimodule -c "${f_config}" -d "${d_export}" "${d_root}"; retval=$?
|
||||||
|
|
||||||
# check exit status
|
# check exit status
|
||||||
if test ${retval} -ne 0; then
|
if test ${retval} -ne 0; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue