From 3aab0593dd0b64849488f2186221135df9851258 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 25 Aug 2017 12:34:30 +0200 Subject: create-tags: find UNO IDL exceptions too Change-Id: I3eff2bdd5da3710bc130a5d9965a8c84c74ee55b --- solenv/bin/create-tags | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv') 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:-*} -- cgit