Re: Yay or Nay? Framed reference manual
- Posted by Jeremy Cowgar <jeremy at cow?ar?com> May 06, 2008
- 714 views
Kat wrote: > > Mike, these are the precious eucode lines that are not allowing you to see the > help pages as you want: > > }}} <eucode> > add_handler("pre", routine_id("tag_pre")) > add_handler("/pre", routine_id("tag_end_pre")) > </eucode> {{{ > > in global procedure html_init() > > But i don't see how the code get to that point, or how the routine_id() are > called, > so i can't fix it. And considering how well my code is appreciated, poeple > would > fight against making it better anyhow. Changing the <pre></pre> tags > to something that isn't printed out in a browser, and adding the <br> tags > would be trivial. Sorry. > Kat, please view docgen.e and doc.exw. docall.bat will allow you to test your changes. If you come up with a working solution that will keep source code formatted properly that I will insert your code into the document parsing system no problem. But the answer is not to just strip the pre tags, that will break more than it will fix. It's actually much more complicated than the two lines you've pasted, but it's not at all impossible. The two files I referenced should get you going. -- Jeremy Cowgar http://jeremy.cowgar.com