summaryrefslogtreecommitdiff
path: root/solenv/bin/create-tags
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-08-25 12:34:30 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-25 12:35:02 +0200
commit3aab0593dd0b64849488f2186221135df9851258 (patch)
tree62f41cec86d859f37436777b9c1dd03b0e34408d /solenv/bin/create-tags
parentd1f795167dba9ef7421a49a6e1be2f6cf2409df5 (diff)
create-tags: find UNO IDL exceptions too
Change-Id: I3eff2bdd5da3710bc130a5d9965a8c84c74ee55b
Diffstat (limited to 'solenv/bin/create-tags')
-rwxr-xr-xsolenv/bin/create-tags1
1 files changed, 1 insertions, 0 deletions
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:-*}