Kaydet (Commit) 904eccc9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

quiet down mkdocs.sh on console

Change-Id: Ibf1cc6dcec3909f8aa639e52a13c2b8641c28628
üst dd9e06f2
...@@ -197,7 +197,7 @@ do ...@@ -197,7 +197,7 @@ do
echo "Ref-Tags: $DOXYGEN_REF_TAGFILES" echo "Ref-Tags: $DOXYGEN_REF_TAGFILES"
echo "Title: $DOXYGEN_PROJECTNAME" echo "Title: $DOXYGEN_PROJECTNAME"
nice -15 doxygen "$DOXYGEN_CFG" >>$BASE_OUTPUT/doxygen.log || exit 1 nice -15 doxygen "$DOXYGEN_CFG" >>$BASE_OUTPUT/doxygen.log 2>&1 || exit 1
# setup referenced tagfiles for next round # setup referenced tagfiles for next round
DOXYGEN_REF_TAGFILES="$DOXYGEN_REF_TAGFILES $DOXYGEN_OUR_TAGFILE=$BASE_URL/$PROJECT/html" DOXYGEN_REF_TAGFILES="$DOXYGEN_REF_TAGFILES $DOXYGEN_OUR_TAGFILE=$BASE_URL/$PROJECT/html"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment