Index: tools/document.sh =================================================================== diff -u -ra08848ed6275cf2afa3bfb7f3c87709b69c224bc -r8d1f61499650e23dac6f857e48daad42180db949 --- tools/document.sh (.../document.sh) (revision a08848ed6275cf2afa3bfb7f3c87709b69c224bc) +++ tools/document.sh (.../document.sh) (revision 8d1f61499650e23dac6f857e48daad42180db949) @@ -1,21 +1,20 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. # -# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN -# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file document.sh +# @file document.sh # -# @date 29-Apr-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 29-May-2020 +# @author (original) Peter Lucia +# @date (original) 01-Apr-2020 # -# @brief Generates doxygen documentation -# ############################################################################ - CURR_DIR=$(pwd) if [[ "$@" == "*--setup*" ]]; then if [[ $(dpkg-query -W -f='${Status}' python3-sphinx | grep -c "ok installed") -eq 0 ]]; then