Skip to content

Commit f72026a

Browse files
authored
Merge pull request #2260 from mseng10/update-spatial-object-sphinx
ENH: Update SpatialObject and SpatialObjectPoint Sphinx
2 parents 08ad055 + c05c06f commit f72026a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Modules/Core/SpatialObjects/include/itkLineSpatialObject.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ namespace itk
3434
* \sa LineSpatialObjectPoint
3535
* \ingroup ITKSpatialObjects
3636
*
37+
* \sphinx
38+
* \sphinxexample{Core/SpatialObjects/LineSpatialObject,Line Spatial Object}
39+
* \endsphinx
3740
*/
3841

3942
template <unsigned int TDimension = 3>

Modules/Core/SpatialObjects/include/itkLineSpatialObjectPoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace itk
3535
* \ingroup ITKSpatialObjects
3636
*
3737
* \sphinx
38-
* \sphinxexample{Core/SpatialObjects/LineSpacialObject,Line Spatial Object}
38+
* \sphinxexample{Core/SpatialObjects/LineSpatialObject,Line Spatial Object}
3939
* \endsphinx
4040
*/
4141

0 commit comments

Comments
 (0)