Page 2 of 2

Posted: Mon Dec 22, 2008 1:33 am
by Acki
wyrmmage wrote:I'm curious what you did to fix the search problem? I can't search in my help file either :\
wyrmmage wrote:Oh, and Acki, what's HWS? :\
I downloaded the "HTML HelpWorkShop" from MSDN and reinstalled it... ;)
wyrmmage wrote:Removing the css file pretty much destroys the help file for me:
after removing it you'll have to edit the header.html file and set the font colors (e.g. to black like I did)... ;)
wyrmmage wrote:Your image displaying my patch looks quite a bit different than when I apply the patch XD
I think it also depends on the OS you're using and what MSHelp version is installed...
wyrmmage wrote:Finally, a question that perhaps one of the devs can answer: why doesn't the documentation build into trunk/doc instead of trunk/doctemp?
you can specify the path with the name of the chm file (in the HTML tab of Doxywizard or in the doxygen script), so instead of only "Irrlicht.chm" enter "../../../doc/Irrlicht.chm" or something similar... ;)

Posted: Mon Dec 22, 2008 3:09 am
by wyrmmage
Thanks for the help :)

Turns out that HWS was what I was using all along, I'd just forgotten the name of it XD
Acki wrote: after removing it you'll have to edit the header.html file and set the font colors (e.g. to black like I did)... ;)
If you're going to do this, why not just edit the .css file instead of completely deleting it? XD

I know you can change where the Irrlicht.chm file is built, but it seems like it would build to doc, not doctemp, is all :\

Posted: Mon Dec 22, 2008 3:54 am
by Katsankat
Thank you Acki

Posted: Mon Dec 22, 2008 1:58 pm
by Acki
wyrmmage wrote:If you're going to do this, why not just edit the .css file instead of completely deleting it? XD
because it's much easier to delete it and just editing the colors in the header than editing the css... :lol:
also I like the standard style of doxygen, so no reason to me for editing/using a style sheet... ;)

Posted: Mon Dec 22, 2008 6:05 pm
by wyrmmage
hehe, fair enough :)

Posted: Mon Dec 29, 2008 2:49 am
by DtD
I noticed that it is really hard to read the API docs...that explains it (I use the online API docs BTW)

Is it possible for someone to fix them too?

~DtD

Posted: Mon Dec 29, 2008 4:48 am
by bitplane
Fixed on the web and in trunk as of revision 1993, thanks guys :)