File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -344,33 +344,6 @@ configuration into a separate file and simplify future upgrades.
344
344
345
345
See ` opengrok.jar ` manual below for more details.
346
346
347
- #### 5.4.5 Custom ctags configuration
348
-
349
- To make ctags recognize additional symbols/definitions/etc. it is possible to
350
- specify configuration file with extra configuration options for ctags.
351
-
352
- This can be done by setting ` OPENGROK_CTAGS_OPTIONS_FILE ` environment variable
353
- when running the OpenGrok shell script (or directly with the ` -o ` option for
354
- ` opengrok.jar ` ). Default location for the configuration file in the OpenGrok
355
- shell script is ` etc/ctags.config ` under the OpenGrok base directory (by default
356
- the full path to the file will be ` /var/opengrok/etc/ctags.config ` ).
357
-
358
- Sample configuration file for Solaris code base is delivered in the ` doc/ `
359
- directory.
360
-
361
- ### 5.6 Introduce own mapping for an extension to analyzer
362
-
363
- OpenGrok script doesn't support this out of box, so you'd need to add it there.
364
- Usually to ` StdInvocation() ` function after line ` -jar ${OPENGROK_JAR} ` .
365
- It would look like this:
366
-
367
- ```
368
- -A cs:org.opensolaris.opengrok.analysis.PlainAnalyzer
369
- ```
370
-
371
- (this will map extension ` .cs ` to ` PlainAnalyzer ` )
372
- You should even be able to override OpenGroks analyzers using this option.
373
-
374
347
### 5.7 Logging
375
348
376
349
Both indexer and web app emit extensive log messages.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments