mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00: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}"
|
||||
|
||||
# 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
|
||||
if test ${retval} -ne 0; then
|
||||
|
|
Loading…
Add table
Reference in a new issue