diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-24 01:47:38 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-24 01:47:38 (GMT) |
commit | 4001e0caa232f4c0624c28710c954e78264f4d7d (patch) | |
tree | 033c714d05a39f9e0d6a3a1f076a64677bbc4140 /src/declarative/fx/qfxrect.cpp | |
parent | cba3400738cb2c973b6ec20ba78932c893f3b7ce (diff) | |
download | Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.zip Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.tar.gz Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.tar.bz2 |
Documentation fixes.
Reduce the number of warnings from qdoc. \todo's have been made into
tasks instead.
Diffstat (limited to 'src/declarative/fx/qfxrect.cpp')
-rw-r--r-- | src/declarative/fx/qfxrect.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxrect.cpp b/src/declarative/fx/qfxrect.cpp index 2e84c74..a761ec5 100644 --- a/src/declarative/fx/qfxrect.cpp +++ b/src/declarative/fx/qfxrect.cpp @@ -70,10 +70,7 @@ QML_DEFINE_TYPE(QFxPen,Pen); \brief the color of the pen. color is most commonly specified in hexidecimal notation (#RRGGBB) - or as an - \htmlonly - <a href="http://www.w3.org/TR/SVG/types.html#ColorKeywords"> SVG color keyword name</a> - \endhtmlonly + or as an \l {http://www.w3.org/TR/SVG/types.html#ColorKeywords}{SVG color keyword name} (as defined by the World Wide Web Consortium). For example: \code <!-- rect with green border using hexidecimal notation --> |