Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d2758910
Kaydet (Commit)
d2758910
authored
Şub 18, 2013
tarafından
Thorsten Behrens
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add sal to doxygen docs, fix build order.
Change-Id: I9f06304f20b464b70fd6661c9ae1a0d21c84f273
üst
0dc319e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mkdocs.sh
solenv/bin/mkdocs.sh
+2
-2
No files found.
solenv/bin/mkdocs.sh
Dosyayı görüntüle @
d2758910
...
...
@@ -116,7 +116,7 @@ shopt -s nullglob
DOXYGEN_PROJECT_PREFIX
=
"LibreOffice"
# get list of modules in build order - bah, blows RAM & disk, static list below
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"
INPUT_PROJECTS
=
"
sal
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
"
...
...
@@ -155,7 +155,7 @@ umask 022
# generate docs
echo
"generating doxygen docs"
DOXYGEN_REF_TAGFILES
=
""
for
PROJECT
in
`
echo
$INPUT_PROJECTS
|tr
' '
'\n'
|sort|tr
'\n'
' '
`
;
for
PROJECT
in
$INPUT_PROJECTS
;
do
# avoid processing of full project subdirs, only add source and inc
DOXYGEN_INPUT
=
`
printf
"%s"
"
$PROJECT
/source
$PROJECT
/inc "
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment