From e8e6439e13b9167ba2672b43820d1a10c951dfaf Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Wed, 18 May 2011 16:02:41 +0200
Subject: [PATCH] DOC: various fixes in polar doc

---
 .../otbMuellerToPolarisationDegreeAndPowerImageFilter.h         | 2 +-
 .../otbMuellerToReciprocalCovarianceImageFilter.h               | 2 +-
 .../SARPolarimetry/otbReciprocalCoherencyToMuellerImageFilter.h | 2 +-
 .../otbReciprocalCovarianceToCoherencyDegreeImageFilter.h       | 2 +-
 .../otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h   | 2 +-
 ...lLinearCovarianceToReciprocalCircularCovarianceImageFilter.h | 2 +-
 .../otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Code/SARPolarimetry/otbMuellerToPolarisationDegreeAndPowerImageFilter.h b/Code/SARPolarimetry/otbMuellerToPolarisationDegreeAndPowerImageFilter.h
index 0ba0d14eed..278ccc1607 100644
--- a/Code/SARPolarimetry/otbMuellerToPolarisationDegreeAndPowerImageFilter.h
+++ b/Code/SARPolarimetry/otbMuellerToPolarisationDegreeAndPowerImageFilter.h
@@ -30,7 +30,7 @@ namespace otb
 
 namespace Functor {
 
-/** \class otbMuellerToPolarisationDegreeAndPowerFunctor
+/** \class MuellerToPolarisationDegreeAndPowerFunctor
  * \brief Evaluate the  min and max polarisation degree and min and max power
  *   from the Mueller image
  *
diff --git a/Code/SARPolarimetry/otbMuellerToReciprocalCovarianceImageFilter.h b/Code/SARPolarimetry/otbMuellerToReciprocalCovarianceImageFilter.h
index 80565ba407..12c08e7221 100644
--- a/Code/SARPolarimetry/otbMuellerToReciprocalCovarianceImageFilter.h
+++ b/Code/SARPolarimetry/otbMuellerToReciprocalCovarianceImageFilter.h
@@ -26,7 +26,7 @@ namespace otb
 
 namespace Functor {
 
-/** \class otbMuellerToReciprocalCovarianceFunctor
+/** \class MuellerToReciprocalCovarianceFunctor
  * \brief Evaluate the  MLC image from the Mueller image
  *
  * Output value are:
diff --git a/Code/SARPolarimetry/otbReciprocalCoherencyToMuellerImageFilter.h b/Code/SARPolarimetry/otbReciprocalCoherencyToMuellerImageFilter.h
index b28e744751..954340e3fd 100644
--- a/Code/SARPolarimetry/otbReciprocalCoherencyToMuellerImageFilter.h
+++ b/Code/SARPolarimetry/otbReciprocalCoherencyToMuellerImageFilter.h
@@ -26,7 +26,7 @@ namespace otb
 
 namespace Functor {
 
-/** \class otbCoherencyToMuellerFunctor
+/** \class CoherencyToMuellerFunctor
  * \brief Evaluate the Mueller matrix from the reciprocal coherency matrix image
  *
  * Outpus are:
diff --git a/Code/SARPolarimetry/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h b/Code/SARPolarimetry/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h
index daf844ee3c..e83da8bb29 100644
--- a/Code/SARPolarimetry/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h
+++ b/Code/SARPolarimetry/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h
@@ -26,7 +26,7 @@ namespace otb
 
 namespace Functor {
 
-/** \class otbReciprocalCovarianceToCoherencyDegreeFunctor
+/** \class ReciprocalCovarianceToCoherencyDegreeFunctor
  * \brief Evaluate the Coherency Degree coefficient from from the MLC image
  *
  * Output value are:
diff --git a/Code/SARPolarimetry/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h b/Code/SARPolarimetry/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h
index 4c1eb1a220..77ba261d44 100644
--- a/Code/SARPolarimetry/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h
+++ b/Code/SARPolarimetry/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h
@@ -26,7 +26,7 @@ namespace otb
 
 namespace Functor {
 
-/** \class otbReciprocalCovarianceToReciprocalCoherencyFunctor
+/** \class ReciprocalCovarianceToReciprocalCoherencyFunctor
  * \brief Evaluate the Coherency matrix from the Covariance image
  *
  * Output value are:
diff --git a/Code/SARPolarimetry/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h b/Code/SARPolarimetry/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h
index 9597f612ca..e629f0c6be 100644
--- a/Code/SARPolarimetry/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h
+++ b/Code/SARPolarimetry/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h
@@ -26,7 +26,7 @@ namespace otb
 
 namespace Functor {
 
-/** \class otbReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor
+/** \class ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor
  * \brief Compute the reciprocal Covariance circular matrix from the reciprocal Covariance linear matrix.
  *  Extract from Antennas for radar and communications Harold Mott p 317.
  *
diff --git a/Code/SARPolarimetry/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h b/Code/SARPolarimetry/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h
index 2994caecce..b69c2ee6bc 100644
--- a/Code/SARPolarimetry/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h
+++ b/Code/SARPolarimetry/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h
@@ -25,7 +25,7 @@ namespace otb
 {
 namespace Functor
 {
-/** \class SinclairToCircularCovarianceMatrixFunctor
+/** \class SinclairToReciprocalCircularCovarianceMatrixFunctor
  *  \brief Construct the fully reciprocal polarimetric circular covariance matrix
  *  with Sinclair matrix information.
  *
-- 
GitLab