[Doxygen-users] Multiple external search databases
Brought to you by:
dimitri
From: Keith R. <Kei...@ne...> - 2014-06-23 09:48:56
|
Hi, We're playing around with using the External Indexing and Searching facility of Doxygen, and have a question regarding the doxysearch.db generation and usage. What we would ideally like (I think) is the ability to have multiple doxysearch.db files, one per product (version). So for example: Product A-1.0 depends on Library foo-1.0 and Library bar-1.0 Product B-2.0 depends on Library foo-2.0 and Library qux-2.2 For Product A there would be a doxysearch-A-1.0.db, and for Product B a doxysearch-B-2.0.db (using the Multi project index method of generating the db). These would need to live 'somewhere' on the webserver, and the right one chosen depending on what Product/Library (with version) was being accessed. Is this currently possible? Apologies if some of this is webserver configuration related, but I'm a bit of a novice with webservers! Keith |