some fixes in the documentation

This commit is contained in:
Christophe Alexandre 2008-07-25 12:47:08 +00:00
parent 58db1608a9
commit bc3000ecb6
2 changed files with 12 additions and 12 deletions

View File

@ -46,16 +46,16 @@
* \Return The group owning the DrawingStyle of which key is \e key.
*/
/*! \function const QColor& DisplayStyle::getColor(const Name& key) const;
* \Return The QColor associated to the DrawingStyle \e key.
/*! \function const QColor& DisplayStyle::getColor(const Name& key, int darkening) const;
* \Return The QColor associated to the DrawingStyle \e key darkened by a factor \e darkening.
*/
/*! \function const QPen& DisplayStyle::getColor(const Name& key) const;
* \Return The QPen associated to the DrawingStyle \e key.
/*! \function const QPen& DisplayStyle::getColor(const Name& key, int darkening) const;
* \Return The QPen associated to the DrawingStyle \e key darkened by a factor \e darkening.
*/
/*! \function const QBrush& DisplayStyle::getBrush(const Name& key) const;
* \Return The QBrush associated to the DrawingStyle \e key.
/*! \function const QBrush& DisplayStyle::getBrush(const Name& key, int darkening) const;
* \Return The QBrush associated to the DrawingStyle \e key darkened by a factor \e darkening.
*/
/*! \function const string& DisplayStyle::getPattern(const Name& key) const;

View File

@ -87,16 +87,16 @@
* \Return The group owning the DrawingStyle of which key is \e key.
*/
/*! \function const QColor& Graphics::getColor(const Name& key);
* \Return The QColor associated to the DrawingStyle \e key.
/*! \function const QColor& Graphics::getColor(const Name& key, int darkening=100);
* \Return The QColor associated to the DrawingStyle \e key darkened by a factor \e darkening.
*/
/*! \function const QPen& Graphics::getPen(const Name& key);
* \Return The QPen associated to the DrawingStyle \e key.
/*! \function const QPen& Graphics::getPen(const Name& key, int darkening=100);
* \Return The QPen associated to the DrawingStyle \e key darkened by a factor \e darkening.
*/
/*! \function const QBrush& Graphics::getBrush(const Name& key);
* \Return The QBrush associated to the DrawingStyle \e key.
/*! \function const QBrush& Graphics::getBrush(const Name& key, int darkening=100);
* \Return The QBrush associated to the DrawingStyle \e key by a factor \e darkening.
*/
/*! \function const string& Graphics::getPattern(const Name& key);