[Libreoffice-commits] core.git: solenv/bin

Eike Rathke erack at redhat.com
Mon Nov 25 14:26:07 PST 2013


 solenv/bin/create-tags |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 0dd15b4428743cae560c2a433dea10dc471fc587
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Nov 25 23:23:43 2013 +0100

    append udkapi and offapi; .hdl are c++
    
    Change-Id: I7c1bde6ce654f1cceffdb77c9903c8d9e67cf189

diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index 739c7d0..a9f2622 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -8,7 +8,14 @@
 #
 
 omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
-ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
+
+ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \
       --languages=-HTML,Java,JavaScript \
       -R --exclude=instdir --exclude=workdir \
       --exclude=clone --totals=yes *
+
+ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \
+      --languages=-HTML,Java,JavaScript \
+      -R --append=yes --totals=yes \
+      workdir/UnoApiHeadersTarget/udkapi/normal \
+      workdir/UnoApiHeadersTarget/offapi/normal


More information about the Libreoffice-commits mailing list