diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-01-18 11:39:13 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-01-18 11:39:13 +0000 |
commit | 130cc4b209651ee89b711b16b76ac3c315619560 (patch) | |
tree | 738d4a0dc71733dd1ff406d3bbc2f2194bd38cb8 /src/math | |
parent | 1d00d843091b1cb474d5580329d1114d90e4ac2d (diff) | |
download | zetacomponents-graph-130cc4b209651ee89b711b16b76ac3c315619560.zip zetacomponents-graph-130cc4b209651ee89b711b16b76ac3c315619560.tar.gz |
- Made ezcGraphPolynom documentation public
# Fixes issue #9948
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/polynom.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/polynom.php b/src/math/polynom.php index ecbab4d..bf9ca49 100644 --- a/src/math/polynom.php +++ b/src/math/polynom.php @@ -6,13 +6,11 @@ * @version //autogentag// * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License - * @access private */ /** * Provides a class for generic operations on polynoms * * @package Graph - * @access private */ class ezcGraphPolynom { |