We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--extras=+F
1 parent b47b86e commit 63fceedCopy full SHA for 63fceed
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java
@@ -170,8 +170,8 @@ private void initialize() {
170
command.add("--kinds-sql=+l");
171
command.add("--kinds-Fortran=+L");
172
command.add("--kinds-C++=+l");
173
- command.add("--file-scope=yes");
174
- command.add("-u");
+ command.add("--extras=+F"); // Replacement for `--file-scope=yes` since 2017
+ command.add("-u"); // Equivalent to `--sort=no` (i.e. "unsorted")
175
command.add("--filter=yes");
176
command.add("--filter-terminator=" + CTAGS_FILTER_TERMINATOR + "\n");
177
command.add("--fields=-af+iKnS");
0 commit comments