Remove accidental comment
This commit is contained in:
parent
bcdadc2e9f
commit
f9d2a86435
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ do
|
|||
echo "Ref-Tags: $DOXYGEN_REF_TAGFILES"
|
||||
echo "Title: $DOXYGEN_PROJECTNAME"
|
||||
|
||||
#nice -15 doxygen "$DOXYGEN_CFG" || exit 1
|
||||
nice -15 doxygen "$DOXYGEN_CFG" || exit 1
|
||||
|
||||
# setup referenced tagfiles for next round
|
||||
DOXYGEN_REF_TAGFILES="$DOXYGEN_REF_TAGFILES $DOXYGEN_OUR_TAGFILE=$BASE_URL/$PROJECT/html"
|
||||
|
|
Loading…
Reference in a new issue