Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / solenv / bin / create-tags
blob739c7d02a2b3f4b628e4296f0ea823757887929e
1 #!/usr/bin/env bash
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
11 ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
12 --languages=-HTML,Java,JavaScript \
13 -R --exclude=instdir --exclude=workdir \
14 --exclude=clone --totals=yes *