]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hashmap.h
Make brush hatches in wxGTK consistent with wxMSW.
[wxWidgets.git] / interface / wx / hashmap.h
index 4b4dda022559bfdba6fe7d4c79950fbccd63a12b..c103e44afa4688b620b62bbfa8a1399f394824dd 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHashMap
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxHashMap
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -228,7 +228,8 @@ public:
     /**
         If an element with the given key is present, the functions returns an
         iterator pointing at that element, otherwise an invalid iterator is
     /**
         If an element with the given key is present, the functions returns an
         iterator pointing at that element, otherwise an invalid iterator is
-        returned; i.e.
+        returned.
+
         @code
             hashmap.find( non_existent_key ) == hashmap.end()
         @endcode
         @code
             hashmap.find( non_existent_key ) == hashmap.end()
         @endcode