Wrong synopsis for ClearDrawingWand

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
yecril71pl
Posts: 81
Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:

Wrong synopsis for ClearDrawingWand

Post by yecril71pl »

~[DrawingWand *]+void+ ClearDrawingWand(DrawingWand *wand)
Additionally, the following description is wrong:
wand: the drawing wand. to destroy
Apart from the misplaced punctuation, this description is factually incorrect. (The stop is similarly displaced at DestroyDrawingWand below.)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Wrong synopsis for ClearDrawingWand

Post by magick »

Thanks, we have a patch to fix the problem you reported. It will take a few days to export the fix out to the ImageMagick web site.
Post Reply