summaryrefslogtreecommitdiff
path: root/solenv/bin/create-tags
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/create-tags')
-rwxr-xr-xsolenv/bin/create-tags6
1 files changed, 1 insertions, 5 deletions
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index 639111cb1f77..913f97f4be36 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -7,11 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-ctags=ctags
-if test "$1" = "-e"; then
- ctags=etags
-fi
-
+ctags="ctags $@"
saloptions="-ISAL_DELETED_FUNCTION -ISAL_OVERRIDE -ISAL_FINAL -ISAL_CONSTEXPR"
omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"