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.
1 parent 55774b8 commit d65161cCopy full SHA for d65161c
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java
@@ -174,7 +174,7 @@ private void initialize() {
174
command.add("-u");
175
command.add("--filter=yes");
176
command.add("--filter-terminator=" + CTAGS_FILTER_TERMINATOR + "\n");
177
- command.add("--fields=-anf+iKnS");
+ command.add("--fields=-af+iKnS");
178
command.add("--excmd=pattern");
179
180
//Ideally all below should be in ctags, or in outside config file,
0 commit comments