Mary
Mary

Reputation: 21

How to change Doxygen Configuration file

I am trying to change the following to be EXTRACT_ALL = YES EXTRACT_PRIVATE = YES

I change this directly from doxyfile however when I run the doxywizard it seems like reading another doxyfile that has the following variables sets to NO EXTRACT_ALL = NO EXTRACT_PRIVATE = NO

How can I know which configuration file that doxywizard is reading from?

Upvotes: 0

Views: 1174

Answers (1)

Fraggles
Fraggles

Reputation: 473

Just load the right configuration file and it should work or change it in doxywizard -> Expert -> Build -> check the EXTRACT_ALL and EXTRACT_PRIVATE boxes.

Upvotes: 1

Related Questions