Josà AbÃlio Oliveira Matos <[EMAIL PROTECTED]> writes: > > On Thu, Oct 21, 2004 at 10:24:17AM +0000, Andreas Vox wrote: > > Lars Gullik BjÃnnes <larsbj <at> ...> writes: > > > > > Andreas Vox <vox <at> ...> 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 > > Did you fix it after?
Fix what? In my opinion this is the fix: an older patch introduced those spurious '<' in toDocbookLength() and I used the opportunity to delete them in the last patch. If Lars wanted case labels doxygen'ized he would have responded to the last post, I think :-) At least now I know what the '///<' syntax means ;-) Ciao /Andreas