Lars Gullik BjÃnnes <[EMAIL PROTECTED]> writes:
 
> Andreas Vox <[EMAIL PROTECTED]> writes:
> | -           case LyXLength::PT: //< Point = 1/72.27in = 0.351mm
> | +           case LyXLength::PT: // Point = 1/72.27in = 0.351mm
> |                     result << len.value() * 72 / 72.27 << "pt";
> 
> The '<' is there for a reason.

Yes. The reason is I copy&pasted this comments from their declaration :-)

> Don't remove them. (rather fix them to be '///<')

Doxygen'ing case labels seems rather radical to me ;-)

Cheers
/Andreas

Reply via email to