]> OCCT Git - occt.git/commitdiff
0032733: Coding Rules - fix misprints in Doxygen tags
authorkgv <kgv@opencascade.com>
Wed, 15 Dec 2021 22:50:41 +0000 (01:50 +0300)
committersmoskvin <smoskvin@opencascade.com>
Fri, 17 Dec 2021 14:41:36 +0000 (17:41 +0300)
19 files changed:
src/AIS/AIS_InteractiveContext.hxx
src/AIS/AIS_Selection.hxx
src/BRep/BRep_TFace.hxx
src/BRepTools/BRepTools.hxx
src/Graphic3d/Graphic3d_CView.hxx
src/Graphic3d/Graphic3d_Camera.hxx
src/Graphic3d/Graphic3d_PBRMaterial.hxx
src/Graphic3d/Graphic3d_TransformPers.hxx
src/Message/Message.hxx
src/NCollection/NCollection_Mat3.hxx
src/NCollection/NCollection_UBTree.hxx
src/OpenGl/OpenGl_Context.hxx
src/OpenGl/OpenGl_GraphicDriver.hxx
src/Standard/Standard_Dump.hxx
src/StdPrs/StdPrs_ToolTriangulatedShape.hxx
src/TCollection/TCollection_ExtendedString.hxx
src/TDataStd/TDataStd_NamedData.hxx
src/gp/gp_XY.hxx
src/gp/gp_XYZ.hxx

index acbb8741ef1e2706682e81123ac5ebbc198b748d..9f2f2647adb359d29edbb0783424fc3d949ac78c 100644 (file)
@@ -1434,8 +1434,8 @@ protected: //! @name internal methods
   }
 
   //! Bind/Unbind status to object and its children
-  //! @param theObj [in] the object to change status
-  //! @param theStatus status, if NULL, unbind object
+  //! @param[in] theIObj the object to change status
+  //! @param[in] theStatus status, if NULL, unbind object
   Standard_EXPORT void setObjectStatus (const Handle(AIS_InteractiveObject)& theIObj,
                                         const PrsMgr_DisplayStatus theStatus,
                                         const Standard_Integer theDispyMode,
index 1a8bfd5e8e4f8626568ab4e48fb70bb537184bba..ce18b38ff787188c81cff91247dceeacec2c2db4 100644 (file)
@@ -80,10 +80,10 @@ public:
   const Handle(SelectMgr_EntityOwner)& Value() const { return myIterator.Value(); }
 
   //! Select or deselect owners depending on the selection scheme.
-  //! @param theOwners [in] elements to change selection state
-  //! @param theSelScheme [in] selection scheme, defines how owner is selected
-  //! @param theToAllowSelOverlap [in] selection flag, if true - overlapped entities are allowed
-  //! @param theFilter [in] context filter to skip not acceptable owners
+  //! @param[in] thePickedOwners elements to change selection state
+  //! @param[in] theSelScheme selection scheme, defines how owner is selected
+  //! @param[in] theToAllowSelOverlap selection flag, if true - overlapped entities are allowed
+  //! @param[in] theFilter context filter to skip not acceptable owners
   Standard_EXPORT virtual void SelectOwners (const AIS_NArray1OfEntityOwner& thePickedOwners,
                                              const AIS_SelectionScheme theSelScheme,
                                              const Standard_Boolean theToAllowSelOverlap,
index 9d8edc974de58ec31a06f96d46d0c1eb97a5a332..2654de5629988e9ba09c69a6b477d517d15b6c13 100644 (file)
@@ -86,7 +86,7 @@ public:
   void NaturalRestriction (const Standard_Boolean theRestriction) { myNaturalRestriction = theRestriction; }
 
   //! Returns the triangulation of this face according to the mesh purpose.
-  //! @param theMeshPurpose [in] a mesh purpose to find appropriate triangulation (NONE by default).
+  //! @param[in] thePurpose a mesh purpose to find appropriate triangulation (NONE by default).
   //! @return an active triangulation in case of NONE purpose,
   //!         the first triangulation appropriate for the input purpose,
   //!         just the first triangulation if none matching other criteria and input purpose is AnyFallback
index 51dddda9918b48e221266424423cb96b423e9e16..9e50dd3fb82f3ad99cadb7bfe399815450eafda6 100644 (file)
@@ -276,7 +276,7 @@ public:
   //! @param theWithNormals [in]   flag which specifies whether to save triangulation with (TRUE) or without (FALSE) normals;
   //!                              has no effect on triangulation-only geometry
   //! @param theVersion [in]       the TopTools format version
-  //! @param theRange              the range of progress indicator to fill in
+  //! @param theProgress the range of progress indicator to fill in
   Standard_EXPORT static void Write (const TopoDS_Shape& theShape,
                                      Standard_OStream& theStream,
                                      const Standard_Boolean theWithTriangles,
@@ -293,7 +293,7 @@ public:
   //! This alias writes shape with triangulation data.
   //! @param theShape [in] the shape to write
   //! @param theFile [in]  the path to file to output shape into
-  //! @param theRange      the range of progress indicator to fill in
+  //! @param theProgress the range of progress indicator to fill in
   static Standard_Boolean Write (const TopoDS_Shape& theShape,
                                  const Standard_CString theFile,
                                  const Message_ProgressRange& theProgress = Message_ProgressRange())
@@ -310,7 +310,7 @@ public:
   //! @param theWithNormals [in]   flag which specifies whether to save triangulation with (TRUE) or without (FALSE) normals;
   //!                              has no effect on triangulation-only geometry
   //! @param theVersion [in]       the TopTools format version
-  //! @param theRange              the range of progress indicator to fill in
+  //! @param theProgress the range of progress indicator to fill in
   Standard_EXPORT static Standard_Boolean Write (const TopoDS_Shape& theShape,
                                                  const Standard_CString theFile,
                                                  const Standard_Boolean theWithTriangles,
index d10a127240a9d30e268e0c0695bb4187449f7b29..f7c0121a1e20be115f0ffbddf661034a87a45d69 100644 (file)
@@ -399,7 +399,6 @@ public:
   //! Enables or disables IBL (Image Based Lighting) from background cubemap.
   //! Has no effect if PBR is not used.
   //! @param[in] theToEnableIBL enable or disable IBL from background cubemap
-  //! @param[in] theToUpdate redraw the view
   virtual void SetImageBasedLighting (Standard_Boolean theToEnableIBL) = 0;
 
   //! Returns environment texture set for the view.
index 4415701d64e72efc16e6a88b656d00e21e855af0..aeebc7cbf61f839f7ee111ae2eb61231d7a0045d 100644 (file)
@@ -309,7 +309,7 @@ public:
   //! When switching to perspective projection from orthographic one,
   //! the ZNear and ZFar are reset to default values (0.001, 3000.0)
   //! if less than 0.0.
-  //! @param theProjectionType [in] the camera projection type.
+  //! @param[in] theProjection the camera projection type.
   Standard_EXPORT void SetProjectionType (const Projection theProjection);
 
   //! @return camera projection type.
@@ -369,12 +369,12 @@ public:
   //! for orthogonal projection the view volume contains the displayed objects
   //! completely. For zoomed perspective view, the view volume is adjusted such
   //! that it contains the objects or their parts, located in front of the camera.
-  //! @param theScaleFactor [in] the scale factor for Z-range.
+  //! @param[in] theScaleFactor the scale factor for Z-range.
   //!   The range between Z-min, Z-max projection volume planes
   //!   evaluated by z fitting method will be scaled using this coefficient.
   //!   Program error exception is thrown if negative or zero value is passed.
-  //! @param theMinMax [in] applicative min max boundaries.
-  //! @param theScaleFactor [in] real graphical boundaries (not accounting infinite flag).
+  //! @param[in] theMinMax applicative min max boundaries.
+  //! @param[in] theGraphicBB real graphical boundaries (not accounting infinite flag).
   Standard_EXPORT bool ZFitAll (const Standard_Real theScaleFactor,
                                 const Bnd_Box&      theMinMax,
                                 const Bnd_Box&      theGraphicBB,
index 301b5b907bda148ab64ab015c554695e2e6edc05..ceba0add61bc5abbf437a2c9924b15498c620ce3 100644 (file)
@@ -110,7 +110,7 @@ public:
   //! Generates 2D look up table of scale and bias for fresnell zero coefficient.
   //! It is needed for calculation reflectance part of environment lighting.
   //! @param [out] theLUT table storage (must be Image_Format_RGF).
-  //! @param [in] theIntegralSamplesCount number of importance samples in hemisphere integral calculation for every table item.
+  //! @param [in] theNbIntegralSamples number of importance samples in hemisphere integral calculation for every table item.
   Standard_EXPORT static void GenerateEnvLUT (const Handle(Image_PixMap)& theLUT,
                                               unsigned int                theNbIntegralSamples = 1024);
 
index 53b7592056d4e421e6984853ca20acfe4003f089..ed60b613d923f5c52f788f96353bd59392565352 100644 (file)
@@ -228,9 +228,10 @@ public:
   //! @param theViewportWidth [in] the width of viewport.
   //! @param theViewportHeight [in] the height of viewport.
   virtual Standard_Real persistentScale (const Handle(Graphic3d_Camera)& theCamera,
-                                         const Standard_Integer /*theViewportWidth*/,
+                                         const Standard_Integer theViewportWidth,
                                          const Standard_Integer theViewportHeight) const
   {
+    (void )theViewportWidth;
     // use total size when tiling is active
     const Standard_Integer aVPSizeY = theCamera->Tile().IsValid() ? theCamera->Tile().TotalSize.y() : theViewportHeight;
 
index b4a461b09500b160ccc4df2f0a3ac4dbc5768847..1b04551d4b5dbfa9f693be050178b996e5521681 100644 (file)
@@ -42,7 +42,7 @@ public:
   //! It can be customized according to the application needs.
   //!
   //! The following syntax can be used to print messages:
-  //! @begincode
+  //! @code
   //!   Message::DefaultMessenger()->Send ("My Warning", Message_Warning);
   //!   Message::SendWarning ("My Warning"); // short-cut for Message_Warning
   //!   Message::SendWarning() << "My Warning with " << theCounter << " arguments";
index 79d745cb5a2274bb40dbf99297d1b9a800d6fc70..0bccf88ba2b23509e94fcbbfa9dc0062d92e76d7 100644 (file)
@@ -430,8 +430,8 @@ public:
   }
 
   //! Compute inverted matrix.
-  //! @param theOutMx [out] the inverted matrix
-  //! @param theDet   [out] determinant of matrix
+  //! @param[out] theInv the inverted matrix
+  //! @param[out] theDet determinant of matrix
   //! @return true if reversion success
   bool Inverted (NCollection_Mat3& theInv, Element_t& theDet) const
   {
@@ -447,7 +447,7 @@ public:
   }
 
   //! Compute inverted matrix.
-  //! @param theOutMx [out] the inverted matrix
+  //! @param[out] theInv the inverted matrix
   //! @return true if reversion success
   bool Inverted (NCollection_Mat3& theInv) const
   {
index 2b50ca81baea050847dfd320a7296afb743de4b1..a622117f62e413d009bee28f38097557a6cc7f58 100644 (file)
@@ -150,7 +150,7 @@ public:
      * Forces *this node being gemmated such a way that it becomes
      * a branch holding the previous content of *this node at the 
      * first child and theObj at the second child.
-     * @param TheNewBnd
+     * @param theNewBnd
      *   new bounding box comprizing both child nodes.
      * @param theObj
      *   added object.
index 92e456c8e37bf5e077b2e63b62959e1bae268491..c7b40933056dd95fdf1e34bce5ec77084474ad76 100644 (file)
@@ -647,7 +647,7 @@ public:
 
   //! Sets polygon hatch pattern.
   //! Zero-index value is a default alias for solid filling.
-  //! @param the type of hatch supported by base implementation of
+  //! @param theStyle type of hatch supported by base implementation of
   //! OpenGl_LineAttributes (Aspect_HatchStyle) or the type supported by custom
   //! implementation derived from OpenGl_LineAttributes class.
   //! @return old type of hatch.
@@ -774,9 +774,9 @@ public: //! @name methods to alter or retrieve current state
   //! - TRUE when writing into offscreen FBO (always expected to be in sRGB or RGBF formats).
   //! - TRUE when writing into sRGB-ready window buffer (might require choosing proper pixel format on window creation).
   //! - FALSE if sRGB rendering is not supported or sRGB-not-ready window buffer is used for drawing.
-  //! @param theIsFbo [in] flag indicating writing into offscreen FBO (always expected sRGB-ready when sRGB FBO is supported)
-  //!                      or into window buffer (FALSE, sRGB-readiness might vary).
-  //! @param theIsSRgb [in] flag indicating off-screen FBO is sRGB-ready
+  //! @param[in] theIsFbo flag indicating writing into offscreen FBO (always expected sRGB-ready when sRGB FBO is supported)
+  //!                     or into window buffer (FALSE, sRGB-readiness might vary).
+  //! @param[in] theIsFboSRgb flag indicating off-screen FBO is sRGB-ready
   Standard_EXPORT void SetFrameBufferSRGB (bool theIsFbo, bool theIsFboSRgb = true);
 
   //! Return cached flag indicating writing into color buffer is enabled or disabled (glColorMask).
index 3cdbe91fe4ea95d26083287348db30f37ab2039b..64e0518e61ded5d15c9f56baf4591b2aa659947d 100644 (file)
@@ -106,17 +106,17 @@ public:
 public:
 
   //! Adds a layer to all views.
-  //! @param theLayerId    [in] id of new layer, should be > 0 (negative values are reserved for default layers).
-  //! @param theSettings   [in] new layer settings
-  //! @param theLayerAfter [in] id of layer to append new layer before
+  //! @param[in] theNewLayerId id of new layer, should be > 0 (negative values are reserved for default layers).
+  //! @param[in] theSettings   new layer settings
+  //! @param[in] theLayerAfter id of layer to append new layer before
   Standard_EXPORT virtual void InsertLayerBefore (const Graphic3d_ZLayerId theNewLayerId,
                                                   const Graphic3d_ZLayerSettings& theSettings,
                                                   const Graphic3d_ZLayerId theLayerAfter) Standard_OVERRIDE;
 
   //! Adds a layer to all views.
-  //! @param theLayerId     [in] id of created layer
-  //! @param theSettings    [in] new layer settings
-  //! @param theLayerBefore [in] id of layer to append new layer after
+  //! @param[in] theNewLayerId  id of created layer
+  //! @param[in] theSettings    new layer settings
+  //! @param[in] theLayerBefore id of layer to append new layer after
   Standard_EXPORT virtual void InsertLayerAfter (const Graphic3d_ZLayerId theNewLayerId,
                                                  const Graphic3d_ZLayerSettings& theSettings,
                                                  const Graphic3d_ZLayerId theLayerBefore) Standard_OVERRIDE;
index eec5c9dc92e6aa8ef98de847ab1262af2f1f21c6..c8f2d6facc998e8fc442f1e398f975121b7d5bf0 100644 (file)
@@ -383,33 +383,33 @@ public:
   Standard_EXPORT static void DumpRealValues (Standard_OStream& theOStream, int theCount, ...);
 
   //! Check whether the parameter name is equal to the name in the stream at position
-  //! @param theSStream   [in]  stream with values
-  //! @param theName      [in]  stream key value
-  //! @param theStreamPos [out] current position in the stream
+  //! @param[in]  theStreamStr stream with values
+  //! @param[in]  theName      stream key value
+  //! @param[out] theStreamPos current position in the stream
   Standard_EXPORT static Standard_Boolean ProcessStreamName (const TCollection_AsciiString& theStreamStr,
                                                              const TCollection_AsciiString& theName,
                                                              Standard_Integer& theStreamPos);
 
   //! Check whether the field name is equal to the name in the stream at position
-  //! @param theSStream   [in]  stream with values
-  //! @param theName      [in]  stream key field value
-  //! @param theStreamPos [out] current position in the stream
+  //! @param[in]  theStreamStr stream with values
+  //! @param[in]  theName      stream key field value
+  //! @param[out] theStreamPos current position in the stream
   Standard_EXPORT static Standard_Boolean ProcessFieldName (const TCollection_AsciiString& theStreamStr,
                                                             const TCollection_AsciiString& theName,
                                                             Standard_Integer& theStreamPos);
 
   //! Unite values in one value using template: value_1, value_2, ..., value_n
-  //! @param theSStream   [in]  stream with values
-  //! @param theStreamPos [out] current position in the stream
-  //! @param theCount     [in]  number of values
+  //! @param[in]  theStreamStr stream with values
+  //! @param[out] theStreamPos current position in the stream
+  //! @param[in]  theCount     number of values
   Standard_EXPORT static Standard_Boolean InitRealValues (const TCollection_AsciiString& theStreamStr,
                                                           Standard_Integer& theStreamPos,
                                                           int theCount, ...);
 
   //! Returns real value
-  //! @param theSStream   [in]  stream with values
-  //! @param theStreamPos [out] current position in the stream
-  //! @param theValue     [out] stream value
+  //! @param[in]  theStreamStr stream with values
+  //! @param[out] theStreamPos current position in the stream
+  //! @param[out] theValue     stream value
   Standard_EXPORT static Standard_Boolean InitValue (const TCollection_AsciiString& theStreamStr,
                                                      Standard_Integer& theStreamPos,
                                                      TCollection_AsciiString& theValue);
index 44f65328a032e01acf8f54ca23c615fc0601b89a..b7ee68550d77ff8d75bf7b351c2c9dad22895380 100644 (file)
@@ -59,9 +59,9 @@ public:
                                               Poly_Connect& thePolyConnect);
 
   //! Evaluate normals for a triangle of a face.
-  //! @param theFace [in] the face.
-  //! @param thePolyConnect [in] the definition of a face triangulation.
-  //! @param theNormal [out] the array of normals for each triangle.
+  //! @param[in]  theFace the face.
+  //! @param[in]  thePolyConnect the definition of a face triangulation.
+  //! @param[out] theNormals the array of normals for each triangle.
   Standard_EXPORT static void Normal (const TopoDS_Face& theFace,
                                       Poly_Connect& thePolyConnect,
                                       TColgp_Array1OfDir& theNormals);
index 899eecd7f9c8dada7537030ce851a599c51e0968..be5c3f97b3c93a94d495dc9358959da84d255667 100644 (file)
@@ -333,7 +333,7 @@ friend Standard_EXPORT Standard_OStream& operator << (Standard_OStream& astream,
   //! Returns a hashed value for the extended string within the range 1 .. theUpper.
   //! Note: if string is ASCII, the computed value is the same as the value computed with the HashCode function on a
   //! TCollection_AsciiString string composed with equivalent ASCII characters.
-  //! @param theExtendedString the extended string which hash code is to be computed
+  //! @param theString the extended string which hash code is to be computed
   //! @param theUpperBound the upper bound of the range a computing hash code must be within
   //! @return a computed hash code, in the range [1, theUpperBound]
   static Standard_Integer HashCode (const TCollection_ExtendedString& theString,
index 1072256a5764bde19b5d328c3d020476a39f0038..d3b58d5c95462ab75acbe52dd59e563a6ff073c2 100644 (file)
@@ -177,8 +177,8 @@ public:
   Standard_EXPORT const Handle(TColStd_HArray1OfReal)& GetArrayOfReals (const TCollection_ExtendedString& theName);
 
   //! Defines a named array of real values.
-  //! @param theName [in] key
-  //! @param theArrayOfIntegers [in] new value, overrides existing (passed array will be copied by value!)
+  //! @param[in] theName key
+  //! @param[in] theArrayOfReals new value, overrides existing (passed array will be copied by value!)
   void SetArrayOfReals (const TCollection_ExtendedString& theName,
                         const Handle(TColStd_HArray1OfReal)& theArrayOfReals)
   {
index 2310780e02a16e5082ea40302d6107a2e263ee92..a86853310c2cd912ba7396f184657f2ec5f7f4b9 100644 (file)
@@ -115,6 +115,7 @@ public:
   //! @code
   //! <me>.X() = <me>.X() + theOther.X()
   //! <me>.Y() = <me>.Y() + theOther.Y()
+  //! @endcode
   inline void Add (const gp_XY& theOther)
   {
     x += theOther.x;
@@ -183,6 +184,7 @@ public:
   //! @code
   //! <me>.X() = <me>.X() * theScalar;
   //! <me>.Y() = <me>.Y() * theScalar;
+  //! @endcode
   void Multiply (const Standard_Real theScalar)
   {
     x *= theScalar;
@@ -194,6 +196,7 @@ public:
   //! @code
   //! <me>.X() = <me>.X() * theOther.X();
   //! <me>.Y() = <me>.Y() * theOther.Y();
+  //! @endcode
   void Multiply (const gp_XY& theOther)
   {
     x *= theOther.x;
@@ -210,16 +213,17 @@ public:
   //! @code
   //! New.X() = <me>.X() * theScalar;
   //! New.Y() = <me>.Y() * theScalar;
+  //! @endcode
   Standard_NODISCARD gp_XY Multiplied (const Standard_Real theScalar) const { return gp_XY (x * theScalar, y * theScalar); }
 
   Standard_NODISCARD gp_XY operator*  (const Standard_Real theScalar) const { return Multiplied (theScalar); }
   //! @code
   //! new.X() = <me>.X() * theOther.X();
   //! new.Y() = <me>.Y() * theOther.Y();
+  //! @endcode
   Standard_NODISCARD gp_XY Multiplied (const gp_XY& theOther) const { return gp_XY (x * theOther.X(), y * theOther.Y()); }
 
   //! New = theMatrix * <me>
-  //! @endcode
   Standard_NODISCARD gp_XY Multiplied (const gp_Mat2d& theMatrix) const
   {
     return gp_XY (theMatrix.Value (1, 1) * x + theMatrix.Value (1, 2) * y,
@@ -258,6 +262,7 @@ public:
   //! @code
   //! New.X() = -<me>.X()
   //! New.Y() = -<me>.Y()
+  //! @endcode
   Standard_NODISCARD gp_XY Reversed() const
   {
     gp_XY aCoord2D = *this;
@@ -271,6 +276,7 @@ public:
   //! assigns the result to this number pair:
   //! @code
   //! theA1 * theXY1 + theA2 * theXY2
+  //! @endcode
   inline void SetLinearForm (const Standard_Real theA1, const gp_XY& theXY1,
                              const Standard_Real theA2, const gp_XY& theXY2)
   {
@@ -282,6 +288,7 @@ public:
   //! assigns the result to this number pair:
   //! @code
   //! theA1 * theXY1 + theA2 * theXY2 + theXY3
+  //! @endcode
   inline void SetLinearForm (const Standard_Real theA1, const gp_XY& theXY1,
                              const Standard_Real theA2, const gp_XY& theXY2,
                              const gp_XY& theXY3)
@@ -294,6 +301,7 @@ public:
   //! assigns the result to this number pair:
   //! @code
   //! theA1 * theXY1 + theXY2
+  //! @endcode
   inline void SetLinearForm (const Standard_Real theA1, const gp_XY& theXY1,
                              const gp_XY& theXY2)
   {
@@ -305,6 +313,7 @@ public:
   //! assigns the result to this number pair:
   //! @code
   //! theXY1 + theXY2
+  //! @endcode
   inline void SetLinearForm (const gp_XY& theXY1,
                              const gp_XY& theXY2)
   {
@@ -315,6 +324,7 @@ public:
   //! @code
   //! <me>.X() = <me>.X() - theOther.X()
   //! <me>.Y() = <me>.Y() - theOther.Y()
+  //! @endcode
   inline void Subtract (const gp_XY& theOther)
   {
     x -= theOther.x;
index fa944ab788e1eef671b9d78fb12a165a101b1956..ed247ebc763563dd09cb9f532207b2a509d3d08f 100644 (file)
@@ -139,6 +139,7 @@ public:
   //! <me>.X() = <me>.X() + theOther.X()
   //! <me>.Y() = <me>.Y() + theOther.Y()
   //! <me>.Z() = <me>.Z() + theOther.Z()
+  //! @endcode
   void Add (const gp_XYZ& theOther)
   {
     x += theOther.x;
@@ -164,6 +165,7 @@ public:
   //! <me>.X() = <me>.Y() * theOther.Z() - <me>.Z() * theOther.Y()
   //! <me>.Y() = <me>.Z() * theOther.X() - <me>.X() * theOther.Z()
   //! <me>.Z() = <me>.X() * theOther.Y() - <me>.Y() * theOther.X()
+  //! @endcode
   void Cross (const gp_XYZ& theOther);
 
   void operator^= (const gp_XYZ& theOther) { Cross (theOther); }
@@ -230,6 +232,7 @@ public:
   //! <me>.X() = <me>.X() * theScalar;
   //! <me>.Y() = <me>.Y() * theScalar;
   //! <me>.Z() = <me>.Z() * theScalar;
+  //! @endcode
   void Multiply (const Standard_Real theScalar)
   {
     x *= theScalar;
@@ -243,6 +246,7 @@ public:
   //! <me>.X() = <me>.X() * theOther.X();
   //! <me>.Y() = <me>.Y() * theOther.Y();
   //! <me>.Z() = <me>.Z() * theOther.Z();
+  //! @endcode
   void Multiply (const gp_XYZ& theOther)
   {
     x *= theOther.x;
@@ -261,6 +265,7 @@ public:
   //! New.X() = <me>.X() * theScalar;
   //! New.Y() = <me>.Y() * theScalar;
   //! New.Z() = <me>.Z() * theScalar;
+  //! @endcode
   Standard_NODISCARD gp_XYZ Multiplied (const Standard_Real theScalar) const { return gp_XYZ (x * theScalar, y * theScalar, z * theScalar); }
 
   Standard_NODISCARD gp_XYZ operator* (const Standard_Real theScalar) const { return Multiplied (theScalar); }
@@ -269,10 +274,10 @@ public:
   //! new.X() = <me>.X() * theOther.X();
   //! new.Y() = <me>.Y() * theOther.Y();
   //! new.Z() = <me>.Z() * theOther.Z();
+  //! @endcode
   Standard_NODISCARD gp_XYZ Multiplied (const gp_XYZ& theOther) const { return gp_XYZ (x * theOther.x, y * theOther.y, z * theOther.z); }
 
   //! New = theMatrix * <me>
-  //! @endcode
   Standard_NODISCARD gp_XYZ Multiplied (const gp_Mat& theMatrix) const
   {
     return gp_XYZ (theMatrix.Value (1, 1) * x + theMatrix.Value (1, 2) * y + theMatrix.Value (1, 3) * z,
@@ -307,6 +312,7 @@ public:
   //! <me>.X() = -<me>.X()
   //! <me>.Y() = -<me>.Y()
   //! <me>.Z() = -<me>.Z()
+  //! @endcode
   void Reverse()
   {
     x = -x;
@@ -318,12 +324,14 @@ public:
   //! New.X() = -<me>.X()
   //! New.Y() = -<me>.Y()
   //! New.Z() = -<me>.Z()
+  //! @endcode
   Standard_NODISCARD gp_XYZ Reversed() const { return gp_XYZ (-x, -y, -z); }
 
   //! @code
   //! <me>.X() = <me>.X() - theOther.X()
   //! <me>.Y() = <me>.Y() - theOther.Y()
   //! <me>.Z() = <me>.Z() - theOther.Z()
+  //! @endcode
   void Subtract (const gp_XYZ& theOther)
   {
     x -= theOther.x;
@@ -337,6 +345,7 @@ public:
   //! new.X() = <me>.X() - theOther.X()
   //! new.Y() = <me>.Y() - theOther.Y()
   //! new.Z() = <me>.Z() - theOther.Z()
+  //! @endcode
   Standard_NODISCARD gp_XYZ Subtracted (const gp_XYZ& theOther) const { return gp_XYZ (x - theOther.x, y - theOther.y, z - theOther.z); }
 
   Standard_NODISCARD gp_XYZ operator-  (const gp_XYZ& theOther) const { return Subtracted (theOther); }
@@ -344,6 +353,7 @@ public:
   //! <me> is set to the following linear form :
   //! @code
   //! theA1 * theXYZ1 + theA2 * theXYZ2 + theA3 * theXYZ3 + theXYZ4
+  //! @endcode
   void SetLinearForm (const Standard_Real theA1, const gp_XYZ& theXYZ1,
                       const Standard_Real theA2, const gp_XYZ& theXYZ2,
                       const Standard_Real theA3, const gp_XYZ& theXYZ3,
@@ -357,6 +367,7 @@ public:
   //! <me> is set to the following linear form :
   //! @code
   //! theA1 * theXYZ1 + theA2 * theXYZ2 + theA3 * theXYZ3
+  //! @endcode
   void SetLinearForm (const Standard_Real theA1, const gp_XYZ& theXYZ1,
                       const Standard_Real theA2, const gp_XYZ& theXYZ2,
                       const Standard_Real theA3, const gp_XYZ& theXYZ3)
@@ -369,6 +380,7 @@ public:
   //! <me> is set to the following linear form :
   //! @code
   //! theA1 * theXYZ1 + theA2 * theXYZ2 + theXYZ3
+  //! @endcode
   void SetLinearForm (const Standard_Real theA1, const gp_XYZ& theXYZ1,
                       const Standard_Real theA2, const gp_XYZ& theXYZ2,
                       const gp_XYZ& theXYZ3)
@@ -381,6 +393,7 @@ public:
   //! <me> is set to the following linear form :
   //! @code
   //! theA1 * theXYZ1 + theA2 * theXYZ2
+  //! @endcode
   void SetLinearForm (const Standard_Real theA1, const gp_XYZ& theXYZ1,
                       const Standard_Real theA2, const gp_XYZ& theXYZ2)
   {
@@ -392,6 +405,7 @@ public:
   //! <me> is set to the following linear form :
   //! @code
   //! theA1 * theXYZ1 + theXYZ2
+  //! @endcode
   void SetLinearForm (const Standard_Real theA1, const gp_XYZ& theXYZ1,
                       const gp_XYZ& theXYZ2)
   {
@@ -403,6 +417,7 @@ public:
   //! <me> is set to the following linear form :
   //! @code
   //! theXYZ1 + theXYZ2
+  //! @endcode
   void SetLinearForm (const gp_XYZ& theXYZ1, const gp_XYZ& theXYZ2)
   {
     x = theXYZ1.x + theXYZ2.x;