merged AI doc, some new pages

This commit is contained in:
2026-03-12 14:46:57 +03:00
parent 07ae277f9e
commit ed13838237
206 changed files with 14088 additions and 5152 deletions

View File

@@ -1,3 +1,13 @@
/*! \file pisystemmodule.h
* \ingroup System
* \~\brief
* \~english Umbrella header for the system module
* \~russian Зонтичный заголовок системного модуля
*
* \~\details
* \~english Includes the main public APIs for system information, processes, plugins, signals, and HID devices.
* \~russian Подключает основные публичные API для информации о системе, процессов, плагинов, сигналов и HID-устройств.
*/
/*
PIP - Platform Independent Primitives
Module includes
@@ -34,12 +44,12 @@
//! \~russian \par Общее
//!
//! \~english
//! These files provides system information, resource monitoring, run-time libraries and
//! control of external executables.
//! These files provide system information, resource monitoring, run-time libraries,
//! external processes, plugins, HID devices, and signal handling.
//!
//! \~russian
//! Эти файлы обеспечивают информацию о системе, мониторинг ресурсов, run-time библиотеки
//! и управление внешними исполняемыми файлами.
//! Эти файлы предоставляют информацию о системе, мониторинг ресурсов, run-time библиотеки,
//! внешние процессы, плагины, HID-устройства и обработку сигналов.
//!
//! \~\authors
//! \~english