0

I have a legacy C project which is using *.hx as a customized header file suffix. I'm trying to using opengrok to read the code. But it doesn't support this file extension.

I tried to modify the SUFFIX in OpenGrok-0.12-stable\src\org\opensolaris\opengrok\analysis\c\CAnalyzerFactory.java

and compile to get the opengrok.jar but it doesn't help.

Joseph Qu
  • 11
  • 5

1 Answers1

1

Check the CLI options to opengrok.jar, especially the -A option.

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38
foo
  • 26
  • 1