diff --git a/src/imageformats/eps.cpp b/src/imageformats/eps.cpp index 443f7cf..ea1ca54 100644 --- a/src/imageformats/eps.cpp +++ b/src/imageformats/eps.cpp @@ -1,4 +1,4 @@ -/** +/* * QImageIO Routines to read/write EPS images. * copyright (c) 1998 Dirk Schoenberger * Copyright (c) 2013 Alex Merry diff --git a/src/imageformats/eps.h b/src/imageformats/eps.h index df2b3ff..20b6635 100644 --- a/src/imageformats/eps.h +++ b/src/imageformats/eps.h @@ -1,4 +1,4 @@ -/** +/* * QImageIO Routines to read/write EPS images. * copyright (c) 1998 Dirk Schoenberger * diff --git a/src/imageformats/exr.cpp b/src/imageformats/exr.cpp index df17c5a..da2d7be 100644 --- a/src/imageformats/exr.cpp +++ b/src/imageformats/exr.cpp @@ -1,5 +1,5 @@ -/** +/* * KImageIO Routines to read (and perhaps in the future, write) images * in the high dynamic range EXR format. * Copyright (c) 2003, Brad Hards diff --git a/src/imageformats/exr.h b/src/imageformats/exr.h index 7bf9dc4..adc9d6a 100644 --- a/src/imageformats/exr.h +++ b/src/imageformats/exr.h @@ -1,4 +1,4 @@ -/** +/* * QImageIO Routines to read (and perhaps in the future, write) images * in the high definition EXR format. * diff --git a/src/imageformats/jp2.cpp b/src/imageformats/jp2.cpp index 445e95f..8a1d7b0 100644 --- a/src/imageformats/jp2.cpp +++ b/src/imageformats/jp2.cpp @@ -1,4 +1,4 @@ -/** +/* * QImageIO Routines to read/write JPEG2000 images. * copyright (c) 2002 Michael Ritzert * diff --git a/src/imageformats/jp2.h b/src/imageformats/jp2.h index b8d4c7f..448e847 100644 --- a/src/imageformats/jp2.h +++ b/src/imageformats/jp2.h @@ -1,4 +1,4 @@ -/** +/* * QImageIO Routines to read/write JPEG2000 images. * copyright (c) 2002 Michael Ritzert * diff --git a/src/imageformats/pic.cpp b/src/imageformats/pic.cpp index 36803be..db15096 100644 --- a/src/imageformats/pic.cpp +++ b/src/imageformats/pic.cpp @@ -1,4 +1,4 @@ -/** +/* * Softimage PIC support for QImage * Copyright 1998 Halfdan Ingvarsson * Copyright 2007 Ruben Lopez diff --git a/src/imageformats/pic.h b/src/imageformats/pic.h index b092078..32c43d9 100644 --- a/src/imageformats/pic.h +++ b/src/imageformats/pic.h @@ -1,4 +1,4 @@ -/** +/* * PIC_RW - Qt PIC Support * Copyright (C) 2007 Ruben Lopez *