1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-09 08:55:53 +02:00

Исправлена сборка документации

This commit is contained in:
alkoleft 2023-09-05 19:59:34 +03:00
parent 9c6f94b683
commit fae87bf7df
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@ slug: /
[![Quality Gate](https://sonar.openbsl.ru/api/project_badges/measure?project=yaxunit&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=yaxunit)
[![Maintainability](https://sonar.openbsl.ru/api/project_badges/measure?project=yaxunit&metric=sqale_rating)](https://sonar.openbsl.ru/dashboard?id=yaxunit)
[![Build and test](https://github.com/bia-technologies/yaxunit/actions/workflows/main-build.yml/badge.svg)](https://github.com/bia-technologies/yaxunit/actions/workflows/main-build.yml)
[![Build ocumentation](https://github.com/bia-technologies/yaxunit/actions/workflows/deploy-documentation.yml/badge.svg)](https://github.com/bia-technologies/yaxunit/actions/workflows/deploy-documentation.yml)
Обсудить в [Telegram чате](https://t.me/BIAOpenTools/12)
----

View File

@ -16,7 +16,7 @@
//
//©///////////////////////////////////////////////////////////////////////////©//
#Область СлужебныйПрограммныйИнтерфейс
#Область ПрограммныйИнтерфейс
// Возвращает значение контекста
//

View File

@ -89,7 +89,7 @@
// При установке значения, оно устанавливается в текущий контекст, например, в событии перед тестовым наборов в м. КонтекстТестовогоНабора
//
// Возвращаемое значение:
// ОбщийМодуль - см. ЮТКонтекстТеста
// ОбщийМодуль - Контекст теста, см. ЮТКонтекстТеста
Функция Контекст() Экспорт
Возврат ЮТКонтекстТеста;