Hi Robert, JCL :) Search is only meant to be used where documentation is browsed through a web server not directly from the file system. It is a script written in PHP (a server side scripting technology) and thus needs a webserver (apache.etc. ) that has php configured for it.
Using the doxygen search option is meaningful for the OpenSceneGraph web site for example, not for a local doxygen documentation extraction. HTH, Mathieu On Jan 21, 2008 3:14 PM, Robert Osfield <[EMAIL PROTECTED]> wrote: > HI JCl, > > I've been testing out the changes and am not yet ready to merge. > > First up the search field is built now, but... when I type in a > keyword to search Konqueror ask me to open an file... and firefox ask > about opening a search.php. Neither particularly helpful, I don't > exactly know how one is supposed to set up this feature, but as it > stands its a detrimental feature for those wanting to use it out of > the box as its rather misleading. > > Second, I've never used the tags before, I guess in theory these are > now built, how does one use them? What are they for? What are they > placed. > > I'm not familiar with the internals of how CMake sets up Doxygen but > I'm inclined to think the above settings should be options that one > can enable if one wishes, rather than items that are on by default. > > W.r.t BUILD_DOCUMENTATION option is available when one presses 't' in > ccmake to get the advanced options, however, I understand this is a > bit obscure so I've added an BUILD_OSG_REFERENCE_DOCS option into the > root CMakeLists.txt and this comes up on the standard ccmake session > without the need to browse the advanced options. This change is > checked in. > > Robert. > > > On Jan 21, 2008 9:05 AM, Jean-Christophe Lombardo <[EMAIL PROTECTED]> wrote: > > Hi Robert, > > > > Here is a modified doc/Doxyfiles/doxyfile.cmake. > > According to last friday posts on osg-users, it enable both the > > generation of a tag file (in the html directory) and the search > > engine. > > I've tested this modification by generating the documentation locally > > (make DoxygenDoc in osg root directory) from osg svn release 7819 and > > every thing seems ok. Although to be abble to generate the > > documentation locally I had to add a > > OPTION(BUILD_DOCUMENTATION "Build osg documentation" OFF) > > line in the main CMakeList.txt (I don't understand how youdo generate > > the documentation without that...). > > > > -- > > Jean-Christophe Lombardo > > > > _______________________________________________ > > osg-submissions mailing list > > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > -- Mathieu _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
