Newsgroup: comp.lang.java.programmer


Date: Sun, 16 Apr 2006 01:43:00 +0300
From: Diomidis Spinellis <dds@aueb.gr>
Organization: Athens University of Economics and Business
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0
MIME-Version: 1.0
Newsgroups: comp.lang.java.programmer
Subject: Re: javadoc filter
References: <GFa0g.1847$nh5.884@newsfe7-win.ntli.net>
In-Reply-To: <GFa0g.1847$nh5.884@newsfe7-win.ntli.net>
Content-Type: text/plain; charset=ISO-8859-7; format=flowed
Content-Transfer-Encoding: 7bit
VisionSet wrote:
> Anyone got a neat way of removing or *not* generating everything below
> 'method summary' for each class/interface.

If you have Perl on your system run the command

perl -ni.bak -e "print unless
  (/ DETAIL ====/../START OF BOTTOM NAVBAR/)" ClassPage.html

on each HTML class page.  This works for files generated by javadoc 
build 1.5.0_06; you may have to tweak it for different versions by 
looking at the comments in the HTML source.

-- 
Diomidis Spinellis
Code Quality: The Open Source Perspective (Addison-Wesley 2006)
http://www.spinellis.gr/codequality?cljp



Newsgroup comp.lang.java.programmer contents
Newsgroup list
Diomidis Spinellis home page

Creative Commons License Unless otherwise expressly stated, all original material on this page created by Diomidis Spinellis is licensed under a Creative Commons Attribution-Share Alike 3.0 Greece License.