From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57991 invoked by alias); 27 Nov 2015 16:14:20 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 57974 invoked by uid 89); 27 Nov 2015 16:14:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 27 Nov 2015 16:14:17 +0000 Received: from [10.9.9.207] (helo=mailfront03.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1a2Lf3-0001mc-6y; Fri, 27 Nov 2015 17:14:13 +0100 Received: from 76-9-88-175-rt-broadband-01.broadband.oakhurst.sti.net ([76.9.88.175] helo=toshie.bothner.com) by mailfront03.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1a2Lf1-0000CV-HL; Fri, 27 Nov 2015 17:14:11 +0100 Subject: Re: javadoc for kawa api To: Damien Mattei , kawa@sourceware.org References: <56581FB8.70401@unice.fr> From: Per Bothner Message-ID: <5658814E.90202@bothner.com> Date: Fri, 27 Nov 2015 16:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56581FB8.70401@unice.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q4/txt/msg00045.txt.bz2 On 11/27/2015 01:17 AM, Damien Mattei wrote: > Hi, > > is there a javadoc.jar or something else for kawa, > i imported the kawa library in Netbeans but when i want some contextual help > it complains that there is no attached javadoc to the jar file > containing kawa-2.1.jar Not a jar, but the javadoc is available at http://www.gnu.org/software/kawa/api/ You can also build the javadoc using the command: $ make install-javadoc-html JAVADOC_DIR=kawa/api Set JAVADOC_DIR where you want the files. -- --Per Bothner per@bothner.com http://per.bothner.com/