]> granicus.if.org Git - imagemagick/blobdiff - magick/hashmap.c
(no commit message)
[imagemagick] / magick / hashmap.c
index ad51a1982dd3d02e14f0f1fa23901d7d278b4a8f..fc67c70c986dd4fa84a25f145644a0bd5443826f 100644 (file)
@@ -17,7 +17,7 @@
 %                               December 2002                                 %
 %                                                                             %
 %                                                                             %
-%  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization      %
+%  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization      %
 %  dedicated to making software imaging solutions freely available.           %
 %                                                                             %
 %  You may not use this file except in compliance with the License.  You may  %
@@ -250,8 +250,8 @@ MagickExport void ClearLinkedList(LinkedListInfo *list_info,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  Specify the CompareHashmapString() method in NewHashmap() to find an entry
-%  in a hash-map based on the contents of a string.
+%  CompareHashmapString() finds an entry in a hash-map based on the contents
+%  of a string.
 %
 %  The format of the CompareHashmapString method is:
 %
@@ -288,8 +288,8 @@ MagickExport MagickBooleanType CompareHashmapString(const void *target,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  Specify the CompareHashmapStringInfo() method in NewHashmap() to find an
-%  entry in a hash-map based on the contents of a string.
+%  CompareHashmapStringInfo() finds an entry in a hash-map based on the
+%  contents of a string.
 %
 %  The format of the CompareHashmapStringInfo method is:
 %
@@ -863,8 +863,8 @@ MagickExport void *GetValueFromLinkedList(LinkedListInfo *list_info,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  Specify the HashPointerType() method in NewHashmap() to find an entry
-%  in a hash-map based on the address of a pointer.
+%  HashPointerType() finds an entry in a hash-map based on the address of a
+%  pointer.
 %
 %  The format of the HashPointerType method is:
 %
@@ -899,8 +899,8 @@ MagickExport size_t HashPointerType(const void *pointer)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  Specify the HashStringType() method in NewHashmap() to find an entry
-%  in a hash-map based on the contents of a string.
+%  HashStringType() finds an entry in a hash-map based on the contents of a
+%  string.
 %
 %  The format of the HashStringType method is:
 %