merged AI doc, some new pages
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/*! \file pigeomodule.h
|
||||
* \ingroup Geo
|
||||
* \~\brief
|
||||
* \~english Entry header for the Geo module
|
||||
* \~russian Входной заголовок модуля Geo
|
||||
*
|
||||
* \~\details
|
||||
* \~english Includes the public geographic position header.
|
||||
* \~russian Подключает публичный заголовок географической позиции.
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
Module includes
|
||||
@@ -16,17 +26,16 @@
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
//! \defgroup Geo Geo
|
||||
//! \~\brief
|
||||
//! \~english Geographical position and Earth models
|
||||
//! \~russian Географическая позиция и модели Земли
|
||||
//!
|
||||
//! \~\details
|
||||
//! \~english \section cmake_module_Geo Building with CMake
|
||||
//! \~russian \section cmake_module_Geo Сборка с использованием CMake
|
||||
//!
|
||||
//! \~\code
|
||||
//! find_package(PIP REQUIRED)
|
||||
//! \addtogroup Geo
|
||||
//! \{
|
||||
//! \~\file pigeomodule.h
|
||||
//! \brief
|
||||
//! \~english Geographical position and Earth models module
|
||||
//! \~russian Модуль географической позиции и моделей Земли
|
||||
//! \details
|
||||
//! \~english This module provides classes for geographical position storage, coordinate transformations, and Earth models.
|
||||
//! \~russian Этот модуль предоставляет классы для хранения географической позиции, преобразования координат и моделей Земли.
|
||||
//! \~\}
|
||||
//! target_link_libraries([target] PIP)
|
||||
//! \endcode
|
||||
//!
|
||||
@@ -34,12 +43,12 @@
|
||||
//! \~russian \par Общее
|
||||
//!
|
||||
//! \~english
|
||||
//! These files provides geographical position, several Earth models and converting
|
||||
//! from one model to another.
|
||||
//! The module provides Earth ellipsoid models, geographic position storage and
|
||||
//! conversions between supported coordinate systems.
|
||||
//!
|
||||
//! \~russian
|
||||
//! Эти файлы обеспечивают географическую позицию, несколько моделей Земли и
|
||||
//! преобразования из одной модели в другую.
|
||||
//! Модуль предоставляет модели земного эллипсоида, хранение географической
|
||||
//! позиции и преобразования между поддерживаемыми системами координат.
|
||||
//!
|
||||
//! \~\authors
|
||||
//! \~english
|
||||
|
||||
Reference in New Issue
Block a user