[Libreoffice-commits] core.git: solenv/bin
Michael Stahl
mstahl at redhat.com
Fri Aug 25 10:38:58 UTC 2017
solenv/bin/create-tags | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3aab0593dd0b64849488f2186221135df9851258
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Aug 25 12:34:30 2017 +0200
create-tags: find UNO IDL exceptions too
Change-Id: I3eff2bdd5da3710bc130a5d9965a8c84c74ee55b
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index 216d6b623d03..dd4c1d3e46c0 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -26,6 +26,7 @@ $ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $saloptions $omnicppoption
--regex-UNOIDL="/^[ \t]*(published)?[ \t]*singleton[ \t]+([a-zA-Z0-9_]+)[ \t]*(:[^:]|\{|$)/\2/g,singleton/" \
--regex-UNOIDL="/^[ \t]*(published)?[ \t]*struct[ \t]+([a-zA-Z0-9_]+)[ \t]*(:[^:]|\{|\<|$)/\2/s,struct/" \
--regex-UNOIDL="/^[ \t]*(published)?[ \t]*enum[ \t]+([a-zA-Z0-9_]+)[ \t]*(\{|$)/\2/e,enum/" \
+ --regex-UNOIDL="/^[ \t]*(published)?[ \t]*exception[ \t]+([a-zA-Z0-9_]+)[ \t]*(:[^:]|\{|$)/\2/x,exception/" \
--regex-UNOIDL="/^[ \t]*([a-zA-Z0-9_]+)[ \t]+([a-zA-Z0-9_]+);/\2/m,member/" \
-R --exclude=instdir --exclude=instdir_for_build --exclude=workdir --exclude=workdir_for_build \
--exclude=external --totals=yes ${SRCDIR:-*}
More information about the Libreoffice-commits
mailing list