LDoc: add "multimodule" param to gendoc.sh script

This commit is contained in:
Jordan Irwin 2021-08-02 02:10:23 -07:00
parent 5efafec098
commit 51a812fa86

View file

@ -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