File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -305,13 +305,15 @@ public final class Configuration {
305
305
306
306
private boolean historyBasedReindex ;
307
307
308
- /*
308
+ /**
309
309
* types of handling history for remote SCM repositories:
310
- * ON - index history and display it in webapp
311
- * OFF - do not index or display history in webapp
312
- * DIRBASED - index history only for repositories capable
313
- * of getting history for directories
314
- * UIONLY - display history only in webapp (do not index it)
310
+ * <ul>
311
+ * <li><code>ON</code> - index history and display it in webapp</li>
312
+ * <li><code>OFF</code> - do not index or display history in webapp</li>
313
+ * <li><code>DIRBASED</code> - index history only for repositories capable
314
+ * of getting history for directories</li>
315
+ * <li><code>UIONLY</code> - display history only in webapp (do not index it)</li>
316
+ * </ul>
315
317
*/
316
318
public enum RemoteSCM {
317
319
ON , OFF , DIRBASED , UIONLY
You can’t perform that action at this time.
0 commit comments