Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -1013,8 +1013,9 @@ |
1014 | 1014 | } |
1015 | 1015 | |
1016 | 1016 | /** |
1017 | | - * Returns 'true' if this image is a multipage document, e.g. a DJVU |
1018 | | - * document. |
| 1017 | + * Returns 'true' if this file is a type which supports multiple pages, |
| 1018 | + * e.g. DJVU or PDF. Note that this may be true even if the file in |
| 1019 | + * question only has a single page. |
1019 | 1020 | * |
1020 | 1021 | * @return Bool |
1021 | 1022 | */ |