Irrlicht Help File (Irrlicht.chm)
Irrlicht Help File (Irrlicht.chm)
Hi,
what happened to the doc (Irrlicht.chm) !?!?!
it looks realy crappy now and it's hard to read...
the corrected doc: Irrlicht.chm
.chm for Irrlicht 1.4.2 (good):
.chm for Irrlicht 1.5 (bad):
what happened to the doc (Irrlicht.chm) !?!?!
it looks realy crappy now and it's hard to read...
the corrected doc: Irrlicht.chm
.chm for Irrlicht 1.4.2 (good):
.chm for Irrlicht 1.5 (bad):
Last edited by Acki on Sat Dec 20, 2008 7:45 pm, edited 1 time in total.
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
it seems the error is with the doxygen.css file !!!
if I remove it from the doxygen script the doc looks ok again, except of the header, so the header.html file must also get corrected (maybe footer.html also) !!!
if I remove it from the doxygen script the doc looks ok again, except of the header, so the header.html file must also get corrected (maybe footer.html also) !!!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
here we go: Irrlicht.chm
I hope it's all fine with it now..
for those who have Doxygen (and of course for the devs): just remove the doxygen.css entry from the script and edit the header.html to adjust the colors of the header (the footer seems ok)...
I hope it's all fine with it now..
for those who have Doxygen (and of course for the devs): just remove the doxygen.css entry from the script and edit the header.html to adjust the colors of the header (the footer seems ok)...
Last edited by Acki on Sun Dec 21, 2008 3:36 am, edited 1 time in total.
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
yes, thank you! I've been wondering for awhile what happened to the docs.
I've created a patch for the doxygen.css file that fixes the problem:
the patch is for trunk.
-wyrmmage
I've created a patch for the doxygen.css file that fixes the problem:
Code: Select all
Index: doxygen.css
===================================================================
--- doxygen.css (revision 1981)
+++ doxygen.css (working copy)
@@ -306,3 +306,9 @@
border: none;
border-top: 1px solid black;
}
+
+table.memname
+{
+background-color: #f5f5f5;
+border: 1px solid #b0b0b0;
+}
-wyrmmage
Worlds at War (Current Project) - http://www.awkward-games.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
yes, it looks better now:wyrmmage wrote:I've created a patch for the doxygen.css file that fixes the problem:
but I still like it more if you just remove the doxygen.css file from the script (also against the old style) :
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
hmm, I have a problem with the search function !!!!
the search function (3rd tab on the left) doesn't work !?!?!
what do I have to do to get it working ???
the search function (3rd tab on the left) doesn't work !?!?!
what do I have to do to get it working ???
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
ok, solved, the search function now works again !!!Acki wrote:hmm, I have a problem with the search function !!!!
it seems I had not installed HWS correctly...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
I'm curious what you did to fix the search problem? I can't search in my help file either :\
Removing the css file pretty much destroys the help file for me:
Your image displaying my patch looks quite a bit different than when I apply the patch XD
Finally, a question that perhaps one of the devs can answer: why doesn't the documentation build into trunk/doc instead of trunk/doctemp? :\ At the very least it seems like there should be a command in the batch or shell file copying the irrlicht.chm file from doctemp to doc
Oh, and Acki, what's HWS? :\
-wyrmmage
Removing the css file pretty much destroys the help file for me:
Your image displaying my patch looks quite a bit different than when I apply the patch XD
Finally, a question that perhaps one of the devs can answer: why doesn't the documentation build into trunk/doc instead of trunk/doctemp? :\ At the very least it seems like there should be a command in the batch or shell file copying the irrlicht.chm file from doctemp to doc
Oh, and Acki, what's HWS? :\
-wyrmmage
Worlds at War (Current Project) - http://www.awkward-games.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com