Skip to content

Commit

Permalink
Merge topic 'DoxCondWarning'
Browse files Browse the repository at this point in the history
225f9ad DOC: \cond command needs a section name
  • Loading branch information
Arnaud Gelas authored and kwrobot committed Mar 30, 2011
2 parents 7a8f29f + 225f9ad commit 822fc9a
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 822fc9a

Please sign in to comment.