Skip to content
Snippets Groups Projects
Commit 309c92d3 authored by Luc Hermitte's avatar Luc Hermitte
Browse files

DOC: OTB-134/OGR -> name of the doxygen group changed

parent 2e0ccb2d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class OGRGeometry;
#include "ogr_core.h" // OGRwkbGeometryType
namespace otb { namespace ogr {
/**\ingroup Geometry
/**\ingroup gGeometry
* \class ImageReference
* \todo See how mix it with the \c otb::ogr::DataSource wrapper as it was
* with \c VectorData.
......@@ -148,7 +148,7 @@ private:
OriginType m_Origin;
};
/**\ingroup Geometry
/**\ingroup gGeometry
* \class DataSource
* Collection of geometric objects.
*
......@@ -244,7 +244,7 @@ public:
/**\name Iteration */
//@{
/**\ingroup Geometry
/**\ingroup gGeometry
* \class layer_iter
* Implementation class for \c Layer iterator.
* \sa \c otb::ogr::Layer::iterator
......
......@@ -33,7 +33,7 @@ namespace ogr {
class Feature;
bool operator==(Feature const& lhs, Feature const& rhs);
/**\ingroup Geometry
/**\ingroup gGeometry
* \class Feature proxy class.
* \brief Geometric objet with descriptive fields.
*
......
......@@ -31,7 +31,7 @@ namespace otb { namespace ogr {
/*===========================================================================*/
/*===========================[ Field definition ]============================*/
/*===========================================================================*/
/**\ingroup Geometry
/**\ingroup gGeometry
* \class FieldDefn
* \brief Encapsulation of \c OGRFieldDefn: field definition.
* \invariant <tt>m_definition != 0</tt>
......@@ -60,7 +60,7 @@ private:
/*===========================================================================*/
class Feature;
/**\ingroup Geometry
/**\ingroup gGeometry
* \class Field
* \brief Encapsulation of \c OGRField
* Instances of \c Field are expected to be built from an existing \c Feature
......
......@@ -44,7 +44,7 @@
/*===========================================================================*/
namespace otb { namespace ogr {
/**\ingroup Geometry
/**\ingroup gGeometry
* \defgroup GeometryInternals Geometry Internals
* \since OTB v 3.14.0
*/
......
......@@ -42,7 +42,7 @@ struct GeometryDeleter
// we don't encapsulate OGRGeometry, but please, don't create new geometries with a new.
/**\ingroup Geometry
/**\ingroup gGeometry
* \defgroup OGRGeometryWrapper OGRGeometry Wrappers
* %Helper definition to handle \c OGRGeometry objects.
*
......
......@@ -34,7 +34,7 @@ class OGRFeatureDefn;
class OGRFieldDefn;
namespace otb { namespace ogr {
/**\ingroup Geometry
/**\ingroup gGeometry
* \class Layer
* \brief %Layer of geometric objets.
*
......@@ -247,7 +247,7 @@ public:
/**\name Iteration */
//@{
/**\ingroup Geometry
/**\ingroup gGeometry
* \class feature_iter
* Implementation class for \c Feature iterator.
* This iterator is a single <em>pass iterator</em>. We may fetch the \c
......
......@@ -19,7 +19,7 @@
#define __otbOGR_h
namespace otb {
/**\defgroup Geometry Geometry
/**\defgroup gGeometry Geometry
* \ingroup Thematic
* Classes and functions aimed toward the manipulation of set of geometric
* objects.
......@@ -38,7 +38,7 @@ namespace otb {
// #include "otbOGRFieldWrapper.h" // implicit
// #include "otbOGRGeometryWrapper.h" // implicit
/**\ingroup Geometry
/**\ingroup gGeometry
* \file otbOGR.h
* How to include all include files dedicated to OGR encapsulation in OTB...
*/
......
......@@ -27,7 +27,7 @@
using namespace otb;
/**\ingroup Geometry
/**\ingroup gGeometry
* \file otbOGRDataSourceWrapperNew.cxx
*
*\todo Test: CopyLayer from one datasource to another
......
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