When using the method suggested by section 4.22.1 of the Ice manual for having multiple paragraphs in a documentation comment:
slice2html puts both paragraphs into the summary of the bar() operation (expected behavior: only the first sentence is used as the summary). It also generates invalid HTML: the </p> appears inside an open <dd> element.Code:module test { interface foo { /** * This is a comment for some Slice construct.</p> * * <p>This comment appears in a separate paragraph. **/ void bar(); }; };
I'm using Ice 3.3.0 under openSUSE 11.0.

Reply With Quote
