[Doxygen-users] Missing search terms in SEARCHDATA_FILE
Brought to you by:
dimitri
From: Amos A. <amo...@pr...> - 2013-09-24 16:29:03
|
Hello Doxygen -- I'm using doxygen's tools for generating the XML file with SEARCHDATA_FILE. I'm using EXTERNAL_SEARCH=YES and SERVER_BASED_SEARCH=YES. This is all working great! Thanks for this very useful feature. However, I'm noticing that text inside of \c or \code is not appearing in the XML search file. For example, my documentation page has this: \par ... For example, the \c -msaBias flag tells... but I only see this in the XML file: <field name="text">...For example the flag tells...</field> so my search box is missing some hits. Is there a way I can make this text searchable? Thanks! Amos. |