Skip to content

Commit 588614e

Browse files
STYLE:Fixed doxygen.
1 parent 1951cf2 commit 588614e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Filtering/vtkAbstractCellLocator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
// .SECTION Warning
2222
// When deriving a class from vtkAbstractCellLocator, one should include the
2323
// 'hidden' member functions by the following construct in the derived class
24-
// <verbatim>
24+
// \verbatim
2525
// //BTX
2626
// using vtkAbstractCellLocator::IntersectWithLine;
2727
// using vtkAbstractCellLocator::FindClosestPoint;
2828
// using vtkAbstractCellLocator::FindClosestPointWithinRadius;
2929
// //ETX
30-
// </verbatim>
30+
// \endverbatim
3131

3232
//
3333
// .SECTION See Also

Filtering/vtkCell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// implicitly composed of cells (e.g., vtkStructuredPoints).
2323
//
2424
// .SECTION Caveats
25-
// The #define VTK_CELL_SIZE is a parameter used to construct cells and provide
25+
// The \#define VTK_CELL_SIZE is a parameter used to construct cells and provide
2626
// a general guideline for controlling object execution. This parameter is
2727
// not a hard boundary: you can create cells with more points.
2828

Hybrid/vtkCornerAnnotation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class VTK_HYBRID_EXPORT vtkCornerAnnotation : public vtkActor2D
119119
vtkGetObjectMacro(TextProperty,vtkTextProperty);
120120

121121
// Description:
122-
// Even if there is an image actor, should <slice> and <image> be displayed?
122+
// Even if there is an image actor, should `slice' and `image' be displayed?
123123
vtkBooleanMacro(ShowSliceAndImage, int);
124124
vtkSetMacro(ShowSliceAndImage, int);
125125
vtkGetMacro(ShowSliceAndImage, int);

IO/vtkOffsetsManagerArray.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
// in a file (unsigned long) and associate a offset in the file. This is
1919
// usefull when writing TimeStep XML file when you want to forward the
2020
// same offset from the AppendData section on every entry in let say
21-
// <Points> definition
21+
// \<Points\> definition
2222
// Example:
23+
// \verbatim
2324
// <Points>
2425
// <DataArray type="Float32" TimeStep="0" format="appended" offset="268" />
2526
// <DataArray type="Float32" TimeStep="1" format="appended" offset="268" />
2627
// ...
2728
// </Points>
29+
// \endverbatim
2830
// Therefore data is only stored once in the XML file. At read time the
2931
// offset value is stored to determine whenever we need to read data
3032
// (ie when offset different from previously stored offset)

0 commit comments

Comments
 (0)