From 87b545f9ed8b7af779ace6d4708d6b548304bc5b Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 30 May 2014 16:38:45 +0100 Subject: [PATCH] Make sure Doxygen does not interpret license headers as dox The extra *s were confusing it. --- src/imageformats/eps.cpp | 2 +- src/imageformats/eps.h | 2 +- src/imageformats/exr.cpp | 2 +- src/imageformats/exr.h | 2 +- src/imageformats/jp2.cpp | 2 +- src/imageformats/jp2.h | 2 +- src/imageformats/pic.cpp | 2 +- src/imageformats/pic.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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 *