]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcsvg.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / dcsvg.h
index 675c3ecbefef47fd1350cc1549e36c9b342639b6..23ad44c6b4342ce26bb9c975ffad01b2bef68dff 100644 (file)
@@ -70,7 +70,7 @@ public:
         Sets the clipping region for this device context to the intersection of
         the given region described by the parameters of this method and the previously
         set clipping region.
         Sets the clipping region for this device context to the intersection of
         the given region described by the parameters of this method and the previously
         set clipping region.
-        Clipping is implemented in the SVG output using SVG group elements (<g>), with
+        Clipping is implemented in the SVG output using SVG group elements (\<g\>), with
         nested group elements being used to represent clipping region intersections when
         two or more calls are made to SetClippingRegion().
     */
         nested group elements being used to represent clipping region intersections when
         two or more calls are made to SetClippingRegion().
     */
@@ -98,7 +98,7 @@ public:
     /**
         Destroys the current clipping region so that none of the DC is clipped.
         Since intersections arising from sequential calls to SetClippingRegion are represented
     /**
         Destroys the current clipping region so that none of the DC is clipped.
         Since intersections arising from sequential calls to SetClippingRegion are represented
-        with nested SVG group elements (<g>), all such groups are closed when
+        with nested SVG group elements (\<g\>), all such groups are closed when
         DestroyClippingRegion is called.
     */
     void DestroyClippingRegion();
         DestroyClippingRegion is called.
     */
     void DestroyClippingRegion();