summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2016-02-23 04:28:21 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2016-02-23 07:30:54 -0600
commit904eccc93804f916ff82e7a2cb155b4d349d7f4a (patch)
tree5bbe95e65e8b3989d8532d6c5e2389ad23f38d06 /solenv
parentdd9e06f2ce44b383fca1d3efa587c55fad982c29 (diff)
quiet down mkdocs.sh on console
Change-Id: Ibf1cc6dcec3909f8aa639e52a13c2b8641c28628
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/mkdocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 6b2edd6f64eb..939375c6040f 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -197,7 +197,7 @@ do
echo "Ref-Tags: $DOXYGEN_REF_TAGFILES"
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
DOXYGEN_REF_TAGFILES="$DOXYGEN_REF_TAGFILES $DOXYGEN_OUR_TAGFILE=$BASE_URL/$PROJECT/html"