Skip to content

Commit d942e6e

Browse files
author
Vladimir Kotal
committed
move to Wiki
1 parent a9a8761 commit d942e6e

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -344,33 +344,6 @@ configuration into a separate file and simplify future upgrades.
344344

345345
See `opengrok.jar` manual below for more details.
346346

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-
374347
### 5.7 Logging
375348

376349
Both indexer and web app emit extensive log messages.

doc/ctags.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)