kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16024
[PATCH] Enable search for html doxygen-docs
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
Follow ups