Re: [AD] Small FAQ update

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Tue, 2002-10-08 at 01:48, Robert Ohannessian wrote:
> Grzegorz Adam Hankiewicz wrote:
> 
> >Heh, my grief was not about invalid html (I can fix that whenever I
> >notice myself), but about losing <li> tags, which makes faq difficult
> >to follow on non-css browsers,
> >
> 
> Did you try the latest patch? I think it looks pretty good with 
> @ignore_css (IMHO).
> The thing with <li> is that it doesnt' render correctly on CSS browsers 
> when you apply a different styles to the text inside the tag.
> 

I applied the patch below to make the devhelp docs always use ignore_css
for its html, it looks like before to me with it :)

--
Elias Pschernig
Index: docs/src/makedoc/makedoc.c
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/makedoc/makedoc.c,v
retrieving revision 1.8
diff -u -r1.8 makedoc.c
--- docs/src/makedoc/makedoc.c	15 Sep 2002 21:30:00 -0000	1.8
+++ docs/src/makedoc/makedoc.c	8 Oct 2002 12:13:00 -0000
@@ -130,7 +130,7 @@
 	 html_flags |= HTML_OPTIMIZE_FOR_CHM;
       }
       else if (mystricmp(argv[i], "-odevhelp") == 0) {
-	 html_flags |= HTML_OPTIMIZE_FOR_DEVHELP;
+	 html_flags |= HTML_OPTIMIZE_FOR_DEVHELP | HTML_IGNORE_CSS;
       }
       else if (argv[i][0] == '-') {
 	 fprintf(stderr, "Unknown option '%s'\n", argv[i]);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/