Can I use "PROJECT_NAME" in a Doxygen Doxyfile?

408 Views Asked by At

I have to specify the location of a tool to Doxygen, something like this in a Doxyfile:

TOOL_PATH = ../${PROJECT_NAME}/Third-party/tool.jar

where PROJECT_NAME is a Doxygen variable.

The ${} syntax is not accepted, I also tried with $, @ and %, but none works.

If I specify the complete path, the tool is found and launched correctly.

0

There are 0 best solutions below