Hello I was trying to use the doxygen-docs and was annoyed that there was no search functionality as I saw on the doxygen-python target. Therefore I thought it was worth enabling this, which the attached patch does.
Regards Nick Østergaard
=== modified file 'Doxyfile' --- Doxyfile 2014-11-02 16:25:04 +0000 +++ Doxyfile 2014-12-08 18:36:27 +0000 @@ -1211,7 +1211,7 @@ # typically be disabled. For large projects the javascript based search engine # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. -SEARCHENGINE = NO +SEARCHENGINE = YES # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a PHP enabled web server instead of at the web client
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

