PIString doc

This commit is contained in:
Andrey
2022-04-27 15:49:30 +03:00
parent 6322b248a8
commit 7325e12e30
5 changed files with 533 additions and 450 deletions

View File

@@ -77,8 +77,13 @@ public:
second = std::move(value1);
}
Type0 first /*! \~english First element \~russian Первый элемент */;
Type1 second /*! \~english Second element \~russian Второй элемент */;
//! \~english First element.
//! \~russian Первый элемент.
Type0 first;
//! \~english Second element.
//! \~russian Второй элемент.
Type1 second;
};
//! \~english Compare operator with PIPair.