This commit is contained in:
2026-03-12 19:27:21 +03:00
parent 6e4a64e64a
commit 3e5714a5e1
2 changed files with 3 additions and 2 deletions

View File

@@ -83,6 +83,7 @@
//! bool binaryStreamTakeImp (void * d, size_t s);
//! ssize_t binaryStreamSizeImp () const;
//! \endcode
//! \~english
//! \a binaryStreamSizeImp() should return \c -1 when the remaining size is unknown. See details \ref iostream.
//! \~russian
//! Производные классы потока должны реализовать методы из примера выше. \a binaryStreamSizeImp() должен возвращать \c -1, когда оставшийся

View File

@@ -41,11 +41,11 @@
//! \~english
//! The module provides hierarchical states, event-driven transitions, timeout
//! transitions and helper state classes for callback-based logic.
//! Details in \ref state_machine_overview
//! Details in \ref state_machine
//! \~russian
//! Модуль предоставляет иерархические состояния, переходы по событиям,
//! переходы по таймауту и вспомогательные классы состояний для логики на callback-функциях.
//! Подробнее \ref state_machine_overview
//! Подробнее \ref state_machine
//!
//! \~\authors
//! \~english