solenv/bin/mkdocs.sh | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 08f0ef29e7acc824e6cef508edf1a3e2201b0892
Author: Chris Sherlock <[email protected]>
Date: Sat Jan 9 00:16:11 2016 +1100
solenv: if module is vcl, then include filter directories in doxygen include
Change-Id: I79610ab5c9eb3812035d9d2c5f8ce1508451cd60
Reviewed-on: https://gerrit.libreoffice.org/21251
Reviewed-by: Chris Sherlock <[email protected]>
Tested-by: Chris Sherlock <[email protected]>
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index db3c7eb..c5231fe 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -169,6 +169,10 @@ do
PROJECT_INCLUDE="$PROJECT_INCLUDE include/$PROJECT"
fi
+ if [ "$PROJECT" == "vcl" ]; then
+ PROJECT_INCLUDE="$PROJECT_INCLUDE $PROJECT/source/filter/igif/
$PROJECT/source/filter/ixbm $PROJECT/source/filter/igif/
$PROJECT/source/filter/jpeg"
+ fi
+
DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"`
DOXYGEN_OUTPUT="$BASE_OUTPUT/$PROJECT"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits