doc groups
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*! \file piopencl.h
|
||||
* \ingroup OpenCL
|
||||
* \~\brief
|
||||
* \~english OpenCL classes
|
||||
* \~russian Классы OpenCL
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
OpenCL wrappers
|
||||
@@ -16,6 +22,37 @@
|
||||
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 OpenCL
|
||||
//! \~\brief
|
||||
//! \~english OpenCL support
|
||||
//! \~russian Поддержка OpenCL
|
||||
//!
|
||||
//! \~\details
|
||||
//! \~english \section cmake_module Building with CMake
|
||||
//! \~russian \section cmake_module Сборка с использованием CMake
|
||||
//!
|
||||
//! \code
|
||||
//! find_package(PIP REQUIRED)
|
||||
//! target_link_libraries([target] PIP::OpenCL)
|
||||
//! \endcode
|
||||
//!
|
||||
//! \~english \par Common
|
||||
//! \~russian \par Общее
|
||||
//!
|
||||
//! \~english
|
||||
//! These files provides OpenCL classes wrap.
|
||||
//!
|
||||
//! \~russian
|
||||
//! Эти файлы обеспечивают классовую обвязку OpenCL.
|
||||
//!
|
||||
//! \~\authors
|
||||
//! \~english
|
||||
//! Ivan Pelipenko peri4ko@yandex.ru;
|
||||
//! Andrey Bychkov work.a.b@yandex.ru;
|
||||
//! \~russian
|
||||
//! Иван Пелипенко peri4ko@yandex.ru;
|
||||
//! Андрей Бычков work.a.b@yandex.ru;
|
||||
//!
|
||||
|
||||
#ifndef PIOPENCL_H
|
||||
#define PIOPENCL_H
|
||||
|
||||
Reference in New Issue
Block a user