-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from lead-tools/dev
Документация и изменения в структуре репозитория
- Loading branch information
Showing
58 changed files
with
1,265 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
*.epf | ||
temp/* | ||
.tempdb/* | ||
build/* | ||
*.txt | ||
*.todo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
|
||
ПодключитьСценарий("..\src\ПарсерВстроенногоЯзыка\Ext\ObjectModule.bsl", "ПарсерВстроенногоЯзыка"); | ||
ПодключитьСценарий("..\plugins\ГенераторДокументацииДляПарсера\src\ГенераторДокументацииДляПарсера\Ext\ObjectModule.bsl", "ГенераторДокументацииДляПарсера"); | ||
ПодключитьСценарий(".\src\ПарсерВстроенногоЯзыка\Ext\ObjectModule.bsl", "ПарсерВстроенногоЯзыка"); | ||
ПодключитьСценарий(".\examples\plugins\ГенераторДокументацииДляПарсера\src\ГенераторДокументацииДляПарсера\Ext\ObjectModule.bsl", "ГенераторДокументацииДляПарсера"); | ||
|
||
ЧтениеТекста = Новый ЧтениеТекста("..\src\ПарсерВстроенногоЯзыка\Ext\ObjectModule.bsl"); | ||
ЧтениеТекста = Новый ЧтениеТекста(".\src\ПарсерВстроенногоЯзыка\Ext\ObjectModule.bsl"); | ||
Исходник = ЧтениеТекста.Прочитать(); | ||
|
||
ГенераторДокументации = Новый ГенераторДокументацииДляПарсера; | ||
|
||
ПарсерВстроенногоЯзыка = Новый ПарсерВстроенногоЯзыка; | ||
Результаты = ПарсерВстроенногоЯзыка.Пуск(Исходник, ГенераторДокументации); | ||
|
||
ЗаписьТекста = Новый ЗаписьТекста("..\docs\index.html"); | ||
ЗаписьТекста = Новый ЗаписьТекста(".\docs\index.html"); | ||
ЗаписьТекста.Записать(СтрСоединить(Результаты)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
oscript.exe .\docgen.os |
Oops, something went wrong.