diff options
author | August Sodora <augsod@gmail.com> | 2012-01-06 21:27:42 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-07 17:47:07 -0500 |
commit | 6c3cfe6059c31c980d123f413a69d536887c336d (patch) | |
tree | 2dd88e01a8cea127f7eaa25dd549f91b4ee1982f /solenv | |
parent | a3b6842cc91fee88b9a6fd48008d1c7e53d67108 (diff) |
Generate docs for basic
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/mkdocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh index 77e7562568b1..1112b0fa79e1 100755 --- a/solenv/bin/mkdocs.sh +++ b/solenv/bin/mkdocs.sh @@ -23,7 +23,7 @@ DOXYGEN_PROJECT_PREFIX="LibreOffice" . ./Env.Host.sh # get list of modules in build order - bah, blows RAM & disk, static list below -INPUT_PROJECTS="o3tl basegfx basebmp comphelper svl vcl canvas cppcanvas oox svtools goodies drawinglayer xmloff slideshow sfx2 editeng svx writerfilter cui chart2 dbaccess sd starmath sc sw" +INPUT_PROJECTS="o3tl basegfx basebmp basic comphelper svl vcl canvas cppcanvas oox svtools goodies drawinglayer xmloff slideshow sfx2 editeng svx writerfilter cui chart2 dbaccess sd starmath sc sw" # output directory for generated documentation BASE_OUTPUT="$1" |