From bf33f22ff29b6e4f6ea204e7d438cf28a1079392 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 15 Apr 2015 15:39:09 +0200 Subject: tags: also index officecfg wrappers Change-Id: I6211762b03bd85a1388027906858020a767f12f6 --- solenv/bin/create-tags | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'solenv/bin/create-tags') diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags index 80377f94984e..73349360585e 100755 --- a/solenv/bin/create-tags +++ b/solenv/bin/create-tags @@ -29,4 +29,5 @@ $ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \ --languages=-HTML,Java,JavaScript \ -R --append=yes --totals=yes \ $w/UnoApiHeadersTarget/udkapi/normal \ - $w/UnoApiHeadersTarget/offapi/normal + $w/UnoApiHeadersTarget/offapi/normal \ + $w/CustomTarget/officecfg/registry -- cgit