Skip to content
Snippets Groups Projects
Commit fc5974f8 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Doxygen: comments in geometry

parent cba23daa
No related branches found
No related tags found
No related merge requests found
...@@ -27,13 +27,15 @@ ...@@ -27,13 +27,15 @@
namespace Geometry { namespace Geometry {
//! Base class for Point3D<T>, Vector3D<T> and Normal3D<T>. //! @class BasicVector3D
//! @ingroup tools_internal
//! @brief Base class for Point3D<T>, Vector3D<T> and Normal3D<T>.
//!
//! It defines only common functionality for those classes and //! It defines only common functionality for those classes and
//! should not be used as separate class. //! should not be used as separate class.
//! //!
//! @author Evgeni Chernyaev 1996-2003 //! @author Evgeni Chernyaev 1996-2003
//!
template<class T> template<class T>
class BasicVector3D { class BasicVector3D {
protected: protected:
......
...@@ -22,7 +22,10 @@ ...@@ -22,7 +22,10 @@
namespace Geometry { namespace Geometry {
//! Vector transformations in three dimensions. //! @class Transform3D
//! @ingroup tools_internal
//! @brief Vector transformations in three dimensions.
class Transform3D { class Transform3D {
public: public:
//! Constructs unit transformation //! Constructs unit transformation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment