search for: brush_getcolour

Displaying 1 result from an estimated 1 matches for "brush_getcolour".

2008 Aug 24
2
Missing ids in documentation
...'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> brush.html:<h3 class="Brush_getstyle">Brush#get_style</h3> brush.html:<h3 class="Brush_ishatch">Brush#is_hatch</h3> brush.html:<h3...