diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-11-03 08:57:02 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-11-03 08:57:02 +0100 |
commit | 9377db650fcd5c9514c8e8c2a3734df46d1cd58a (patch) | |
tree | 4391b99cc34e40a4f1d5268cc4828121451cf6e4 /ChangeLog | |
parent | 81ff035dc79dbf1dd0feb4d7daeaceeb4e7ad3f3 (diff) |
Context::arc(): Correct the documentation, as in the C documentation.
* cairomm/context.h: arc(): Update the documentation based on the latest
version of the cairo_arc() documentation, which was apparently fixed since
we last wrote the C++ documentation based on it.
This fixes bug #31345 (Christopher Head) about bad math in arc()
documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-11-03 Murray Cumming <murrayc@murrayc.com> + + Context::arc(): Correct the documentation, as in the C documentation. + + * cairomm/context.h: arc(): Update the documentation based on the latest + version of the cairo_arc() documentation, which was apparently fixed since + we last wrote the C++ documentation based on it. + This fixes bug #31345 (Christopher Head) about bad math in arc() + documentation. + 1.9.6: 2010-09-29 Armin Burgmeier <armin@arbur.net> |