ceki 2003/03/18 04:27:18 Modified: src/jalopy log4j-coding-convention.xml Log: Modified jalopy settings to format multi-line comments (the * chars) and also to parse/format comments. Revision Changes Path 1.3 +29 -0 jakarta-log4j/src/jalopy/log4j-coding-convention.xml Index: log4j-coding-convention.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/src/jalopy/log4j-coding-convention.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- log4j-coding-convention.xml 28 Feb 2003 05:10:58 -0000 1.2 +++ log4j-coding-convention.xml 18 Mar 2003 12:27:18 -0000 1.3 @@ -51,6 +51,35 @@ <methodClassIfWrapped>false</methodClassIfWrapped> </treatDifferent> </braces> + <comments> + <format> + <multiline>true</multiline> + </format> + <javadoc> + <check> + <innerclass>false</innerclass> + <tags>false</tags> + <throwsTags>false</throwsTags> + </check> + <fieldsShort>false</fieldsShort> + <generate> + <class>0</class> + <constructor>0</constructor> + <field>0</field> + <method>0</method> + </generate> + <parseComments>true</parseComments> + <tags> + <in-line /> + <standard /> + </tags> + </javadoc> + <remove> + <javadoc>false</javadoc> + <multiline>false</multiline> + <singleline>false</singleline> + </remove> + </comments> <footer> <text /> </footer>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]