1

I have a bunch of file references when i run doxygen on my c code and I'd rather it not say where on my machine the file is located. how do i get rid of this in the config file? Thanks

2 Answers 2

2

In Doxyfile, set

FULL_PATH_NAMES = NO
Sign up to request clarification or add additional context in comments.

Comments

2

If you still want to show part of the path, then use

FULL_PATH_NAMES = YES
STRIP_FROM_PATH = /part/of/the/path/to/strip

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.