Mercurial > public > src > moin > extensions
diff data/plugin/parser/text_x_arnica.py @ 255:3c6496586d40
text_x_arnica: fixed docstrings
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Wed, 10 Sep 2008 11:13:08 +0200 |
parents | a422d7d58d56 |
children | 4c017ac39d06 |
line wrap: on
line diff
--- a/data/plugin/parser/text_x_arnica.py Wed Sep 10 11:07:22 2008 +0200 +++ b/data/plugin/parser/text_x_arnica.py Wed Sep 10 11:13:08 2008 +0200 @@ -123,7 +123,7 @@ def get_exif_info(self, file_name, key): """ gets exif info from image file - @param: image file name + @param: file_name name of file @key: cache key for file_name """ date = "--" @@ -195,7 +195,7 @@ def html_tools(self, image): """ html code of thumbnails view with contol - @param idx: index position of corresponding data + @param image: image as key for corresponding data """ image_names = self.arnica_image.keys() index = [self.arnica_image[img][5] for img in image_names] @@ -244,7 +244,7 @@ def html_show_tools(self, image): """ shows toolbox - @param idx: index position of corresponding data + @param image: image as key for corresponding data """ html = '' @@ -256,7 +256,7 @@ def html_show_date(self, image): """ shows date - @param idx: index position of corresponding data + @param image: image as key for corresponding data """ html = '' @@ -267,7 +267,7 @@ def html_show_alias(self, image): """ alias text below image - @param idx: index position of corresponding data + @param image: image as key for corresponding data """ html = '' @@ -278,7 +278,7 @@ def html_arrange_thumbnails(self, image, selected_images): """ defines arrangement of thumbnail, text, date and tools - @param idx: index positionn of corresponding data + @param image: image as key for corresponding data @param selected_images: ordered list of selected images """