Issue 23626 - Autodoc: Broken spacing in generated HTML
Summary: Autodoc: Broken spacing in generated HTML
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: autodoc (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: Stephan Bergmann
QA Contact: issues@tools
URL:
Keywords:
: 79366 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-12-17 13:51 UTC by Stephan Bergmann
Modified: 2007-09-24 16:50 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2003-12-17 13:51:30 UTC
In many places, the spacing in the HTML generated by autodoc is broken (spaces
before tags get lost, spurious spaces are inserted after tags).  For example,
the (UNOIDL) input

  this <code>UriReferenceFactory</code> instance

results in the HTML output

  this<code> UriReferenceFactory</code> instance

and the (UNOIDL) input

  &ldquo;<code>A</code>&rdquo;

results in the HTML output

  &ldquo;<code> A</code> &rdquo;

and the (UNOIDL) input

  If <FALSE/>, special

results in the HTML output

  If <b>false</b> , special
Comment 1 nikolai.pretzell 2004-01-07 14:33:13 UTC
accepted.
Comment 2 Stephan Bergmann 2004-03-02 09:41:04 UTC
Additional broken spacing appears before asterisk ("*") and commercial at ("@"),
as can be seen in the output generated for
udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl 1.3:

  &emsp;<var>key</var> = 1*<var>schar</var><br/>

becomes

  &emsp;<var> key</var> = 1 *<var> schar</var><br/>

and

  <code>";"</code> / <code>"@"</code> / <code>"["</code> /

becomes

  <code> ";"</code> /<code> " @"</code> /<code> "["</code> /
Comment 3 nikolai.pretzell 2004-06-23 15:52:38 UTC
It is not sure, if priorities allow to address this for OOo 2.0. Therefor this
task may become retargeted. This seems to be a "nice to have" somewhere between
P3 and P4.


Comment 4 nikolai.pretzell 2004-10-19 10:30:54 UTC
Changed target to OOo later, because this won't be possible within time frame.
Comment 5 jsc 2007-01-26 07:25:59 UTC
can we fix this for OO3.0. I can't be a huge problem but it would make the
reference much nicer.
Comment 6 nikolai.pretzell 2007-01-29 16:18:27 UTC
np->jsc: Will be fixed until 2.3. at latest. Changed target.
Comment 7 nikolai.pretzell 2007-07-09 11:48:07 UTC
*** Issue 79366 has been marked as a duplicate of this issue. ***
Comment 8 pavel 2007-08-06 11:02:07 UTC
np: will you make this into 2.3?
Comment 9 nikolai.pretzell 2007-08-06 11:32:11 UTC
np->pjanik: I just notice, I targeted this myself to 2.3., my fault. But I am
sorry I won't make it for 2.3, it will be in Sept. on the SRC680 code line.
Comment 10 nikolai.pretzell 2007-08-10 13:22:33 UTC
.
Comment 11 nikolai.pretzell 2007-08-31 16:49:23 UTC
np->sb: please verify on CWS adc17.
Comment 12 Stephan Bergmann 2007-09-06 12:31:18 UTC
.
Comment 13 Stephan Bergmann 2007-09-24 16:50:05 UTC
.