Commit d5ead0ba authored by Aurelien's avatar Aurelien
Browse files

Merge branch '217-doxygen-add-documentation-with-space-in-the-documentation-title' into 'latest'

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

Closes #217

See merge request r2devops/hub!152
parents 9b781521 b4686cb2
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`