From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17708 invoked by alias); 15 May 2007 21:12:28 -0000 Received: (qmail 17688 invoked by uid 22791); 15 May 2007 21:12:23 -0000 X-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 21:12:20 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4FLCIgt008665 for ; Tue, 15 May 2007 17:12:18 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4FLCFkD026888 for ; Tue, 15 May 2007 17:12:18 -0400 Received: from [172.16.14.160] (tow.toronto.redhat.com [172.16.14.160]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l4FLCFmc012089 for ; Tue, 15 May 2007 17:12:15 -0400 Message-ID: <464A222E.5060801@redhat.com> Date: Wed, 16 May 2007 10:49:00 -0000 From: Nurdin Premji User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Frysk Hackers Subject: Eclipse formatter and javadoc. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00157.txt.bz2 The eclipse formatter currently mangles javadoc by indenting the first line 2 spaces, and then indenting the following lines 8 spaces. I'm not sure how to correct this, however this behaviour can be avoided by turning off formatting of javadoc. To do this go to project->properties->java code style->formatter and edit the formatter. Select the "comments" tab, the far right tab. (Here you can see a preview of what I'm talking about with the javadoc). Uncheck enable comment formatting. If people are happy with this change then it can be committed.