0

My doxygen file is having search enabled . Doxygen 1.9.7

The resultant output is not having search box even though i have this in doxywizard enter image description here

My Doxygywizard looks like enter image description here

MAG
  • 2,841
  • 6
  • 27
  • 47
  • Which version of doxygen / doxygenwizard? – albert Jul 21 '23 at 09:57
  • 1.9.7 . updated question as well – MAG Jul 21 '23 at 10:06
  • I do get the search bar. What do you get in the "run tab" when you set the check box "condesed" and click "show configuration"? What do you on the left hand side of the "run tab" in respect to "Run doxygen" and "Show HTML output" and they gray or grayed out – albert Jul 21 '23 at 10:32
  • I think I see your problem it is `GENERATE_HTMLHELP` as hen just setting the `GENERATE_TMLHELP=YES` I get the warning: "error: When enabling GENERATE_HTMLHELP the SEARCHENGINE option should be disabled. I'll adjust it for you." and this explains why you don't see the the search box. – albert Jul 21 '23 at 11:16
  • Thanks GENERATE_HTMLHELP = NO made it available – MAG Jul 23 '23 at 03:33

1 Answers1

0

Thanks to @albert making the following change brought back the search bar in Doxygen 1.9.7

GENERATE_HTMLHELP      = NO
MAG
  • 2,841
  • 6
  • 27
  • 47