This commit is contained in:
2026-03-12 19:11:28 +03:00
parent ed13838237
commit d758cea974
6 changed files with 738 additions and 84 deletions

View File

@@ -29,13 +29,16 @@
//! \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 Этот модуль предоставляет классы для хранения географической позиции, преобразования координат и моделей Земли.
//! \~\}
//! \~\brief
//! \~english Geographical position and Earth models module.
//! \~russian Модуль географической позиции и моделей Земли.
//!
//! \~\details
//! \~english \section cmake_module_Cloud Building with CMake
//! \~russian \section cmake_module_Cloud Сборка с использованием CMake
//!
//! \~\code
//! find_package(PIP REQUIRED)
//! target_link_libraries([target] PIP)
//! \endcode
//!