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 c998263 commit f3e7c6eCopy full SHA for f3e7c6e
opengrok-web/src/main/webapp/list.jsp
@@ -244,7 +244,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
244
</div><%
245
}
246
} else {
247
- // requesting a previous revision
+ // requesting a previous revision or needed to generate xref on the fly (economy mode).
248
FileAnalyzerFactory a = AnalyzerGuru.find(basename);
249
Genre g = AnalyzerGuru.getGenre(a);
250
String error = null;
0 commit comments