doc link to ru.cppreference.com for russian doc

This commit is contained in:
Andrey
2022-03-15 15:40:21 +03:00
parent ea624f1223
commit 3e9cb2481c

View File

@@ -116,8 +116,9 @@ template <typename C> _PIReverseWrapper<C> PIReverseWrap(const C & c) {return _P
* \~russian Макрос для перебора любых контейнеров * \~russian Макрос для перебора любых контейнеров
* \~\deprecated * \~\deprecated
* \~english Deprecated, using only for backward compatibility. Use * \~english Deprecated, using only for backward compatibility. Use
* [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for).
* \~russian Устарело, используется только для обратной совместимости. Используйте * \~russian Устарело, используется только для обратной совместимости. Используйте
* \~ [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for). * [C++ Range-based for loop](https://ru.cppreference.com/w/cpp/language/range-for).
* \~\details * \~\details
* \~english Get read/write access to each element of container. * \~english Get read/write access to each element of container.
* Iterating in forward direction. * Iterating in forward direction.
@@ -147,8 +148,9 @@ template <typename C> _PIReverseWrapper<C> PIReverseWrap(const C & c) {return _P
* \~russian Макрос для перебора любых контейнеров * \~russian Макрос для перебора любых контейнеров
* \~\deprecated * \~\deprecated
* \~english Deprecated, using only for backward compatibility. Use * \~english Deprecated, using only for backward compatibility. Use
* [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for).
* \~russian Устарело, используется только для обратной совместимости. Используйте * \~russian Устарело, используется только для обратной совместимости. Используйте
* \~ [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for). * [C++ Range-based for loop](https://ru.cppreference.com/w/cpp/language/range-for).
* \~\details * \~\details
* \~english Get read only access to each element of container. * \~english Get read only access to each element of container.
* Iterating in forward direction. * Iterating in forward direction.
@@ -163,8 +165,9 @@ template <typename C> _PIReverseWrapper<C> PIReverseWrap(const C & c) {return _P
* \~russian Макрос для перебора любых контейнеров * \~russian Макрос для перебора любых контейнеров
* \~\deprecated * \~\deprecated
* \~english Deprecated, using only for backward compatibility. Use * \~english Deprecated, using only for backward compatibility. Use
* [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for).
* \~russian Устарело, используется только для обратной совместимости. Используйте * \~russian Устарело, используется только для обратной совместимости. Используйте
* \~ [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for). * [C++ Range-based for loop](https://ru.cppreference.com/w/cpp/language/range-for).
* \~\details * \~\details
* \~english Get read/write access to each element of container. * \~english Get read/write access to each element of container.
* Iterating in backward direction. * Iterating in backward direction.
@@ -179,8 +182,9 @@ template <typename C> _PIReverseWrapper<C> PIReverseWrap(const C & c) {return _P
* \~russian Макрос для перебора любых контейнеров * \~russian Макрос для перебора любых контейнеров
* \~\deprecated * \~\deprecated
* \~english Deprecated, using only for backward compatibility. Use * \~english Deprecated, using only for backward compatibility. Use
* [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for).
* \~russian Устарело, используется только для обратной совместимости. Используйте * \~russian Устарело, используется только для обратной совместимости. Используйте
* \~ [C++ Range-based for loop](https://en.cppreference.com/w/cpp/language/range-for). * [C++ Range-based for loop](https://ru.cppreference.com/w/cpp/language/range-for).
* \~\details * \~\details
* \~english Get read only access to each element of container. * \~english Get read only access to each element of container.
* Iterating in backward direction. Also has alias **piForeachCR** * Iterating in backward direction. Also has alias **piForeachCR**