Skip to content

Commit 839f7e5

Browse files
committed
Fixed incorrect doxygen comment
1 parent 192571d commit 839f7e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TPTImage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* IIPImage Tiled Pyramidal TIFF Class
44
5-
Copyright (C) 2000-2014 Ruven Pillay.
5+
Copyright (C) 2000-2016 Ruven Pillay.
66
77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
@@ -59,7 +59,7 @@ class TPTImage : public IIPImage {
5959
TPTImage( const TPTImage& image ): IIPImage( image ), tiff( NULL ),tile_buf( NULL ) {};
6060

6161
/// Assignment Operator
62-
/** @param TPTImage object
62+
/** @param image TPTImage object
6363
*/
6464
TPTImage& operator = ( TPTImage image ) {
6565
if( this != &image ){

0 commit comments

Comments
 (0)