Hi Alexander,

Alexander Kiel wrote:
> Hi,
> 
> do we use <code>, <tt> or {...@code}? I found all three version. Is there a
> Checkstyle for that?

Use {...@code}. HTML tags should be avoided as much as possible.


> Do we introduce a newline between the Javadoc body and the @param,
> @return or @throws clause?

Yes.


> Again I see both:
> 
>     /**
>      * create the /Font object
>      *
>      * @param fontname the internal name for the font
>      * @param subtype the font's subtype
>      * @param basefont the base font name
>      * @param encoding the character encoding schema used by the font
>      */
> 
>     /**
>      * Sets the Encoding value of the font.
>      * @param encoding the encoding
>      */
> 
> 
> Best Regards
> Alex

Vincent

Reply via email to