Commit b4686cb2 authored by Aurelien's avatar Aurelien
Browse files

Resolve "Doxygen - Add documentation with space in the documentation title"

parent 9b781521
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ doxygen:
       # Include config Doxyfile and override default variables
       - if [ ! -f "$DOXYGEN_CONFIGFILE" ]; then
       -   touch ${DOXYGEN_CONFIGFILE}
       -   echo "PROJECT_NAME=${DOXYGEN_PROJECT_NAME}" >> ${DOXYGEN_CONFIGFILE}
       -   echo 'PROJECT_NAME="'${DOXYGEN_PROJECT_NAME}'"' >> ${DOXYGEN_CONFIGFILE}
       -   echo "INPUT=${DOXYGEN_INPUT}" >> ${DOXYGEN_CONFIGFILE}
       -   echo "OUTPUT_DIRECTORY=${DOXYGEN_OUTPUT_DIRECTORY}" >> ${DOXYGEN_CONFIGFILE}
       -   echo "OUTPUT_LANGUAGE=${DOXYGEN_OUTPUT_LANGUAGE}" >> ${DOXYGEN_CONFIGFILE}
+1 −0
Original line number Diff line number Diff line
* Support using space in the documentation title `DOXYGEN_PROJECT_NAME`