Skip to content

Commit

Permalink
DOC: \cond command needs a section name
Browse files Browse the repository at this point in the history
This is supposed to fix 2 doxygen warnings...

Change-Id: I1ccfafc653f9cb461c47fa40fda2ae7d83e4853b
  • Loading branch information
Arnaud Gelas committed Mar 30, 2011
1 parent 1e6d9e3 commit 225f9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ class ITK_EXPORT CurvatureFlowFunction:

protected:

/** @cond HIDE_STRUCTURE */

/** A global data type for this class of equations. Used to store
* values that are needed in calculating the time step. */
/// @cond
struct GlobalDataStruct {
GlobalDataStruct()
{
Expand Down
2 changes: 0 additions & 2 deletions Modules/Registration/Common/include/itkImageToImageMetric.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ class ITK_EXPORT ImageToImageMetric:
/** \class FixedImageSamplePoint
* A fixed image spatial sample consists of the fixed domain point
* and the fixed image value at that point. */
/// @cond
class FixedImageSamplePoint
{
public:
Expand All @@ -351,7 +350,6 @@ class ITK_EXPORT ImageToImageMetric:
double value;
unsigned int valueIndex;
};
/// @endcond

bool m_UseFixedImageIndexes;
FixedImageIndexContainer m_FixedImageIndexes;
Expand Down

0 comments on commit 225f9ad

Please sign in to comment.