diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2015-02-09 21:39:30 +0100 |
---|---|---|
committer | Marco Cecchetti <marco.cecchetti@collabora.com> | 2015-02-10 11:46:07 +0100 |
commit | 9f98e8ad1e03c4972cd579ff0cb47fb0472c330c (patch) | |
tree | d643a94c87b9cf1d535b7f055a39e45cebf4bee0 /chart2/source/view/main/PlottingPositionHelper.cxx | |
parent | 4327ee505f8507f653c8f4db9ac7503db2e15c3a (diff) |
Added more doc notes for classes and methods used for pie charts.
Diffstat (limited to 'chart2/source/view/main/PlottingPositionHelper.cxx')
-rw-r--r-- | chart2/source/view/main/PlottingPositionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/PlottingPositionHelper.cxx b/chart2/source/view/main/PlottingPositionHelper.cxx index 957572674e74..1fab03024824 100644 --- a/chart2/source/view/main/PlottingPositionHelper.cxx +++ b/chart2/source/view/main/PlottingPositionHelper.cxx @@ -507,7 +507,7 @@ double PolarPlottingPositionHelper::transformToAngleDegree( double fLogicValueOn return fRet; } -/* +/** * Given a value in the radius axis scale range, it returns, in the simplest * case (that is when `m_fRadiusOffset` is zero), the normalized value; when * `m_fRadiusOffset` is not zero (e.g. as in the case of a donut), the interval |