[wxruby-users] Missing ids in documentation
Svend Haugaard Sørensen
shs at demosophia.net
Mon Aug 25 17:02:55 EDT 2008
On Sun, 24 Aug 2008 19:29:15 +0100
Alex Fenton <alex at pressure.to> wrote:
> Svend Haugaard Sørensen wrote:
> > I notice some link that didn't work in the documentation.
> >
> > By closer inspection I found that some of the headlines missed
> > id-tags.
> >
> > The following grep sequence find them.
> > grep '<h3' *.html | grep '#' | grep -v 'id='
> >
> > Here is the output
> > brush.html:<h3 class="Brush_getcolour">Brush#get_colour</h3>
> > brush.html:<h3 class="Brush_getstipple">Brush#get_stipple</h3>
>
> Thanks for reporting this. I've fixed this in SVN for our next
> release (SVN:1776). If you find other mistakes, please do send them
> in here or on the bugtracker. We're getting the docs into the best
> shape possible for 2.0
Here is a link checker your can use to find missing pages.
http://valet.webthing.com/link/
Just write in http://wxruby.rubyforge.org/doc/
and set the recursion depth to 2 and
it finds all the missing pages.
Now thanks for the help with my program it is working.
More information about the wxruby-users
mailing list