mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Adding some documentation to crosslang shell
This commit is contained in:
7
Tesses.CrossLang.Documentation/create_doc.sh
Normal file
7
Tesses.CrossLang.Documentation/create_doc.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
mkdir docs
|
||||
crosslang run > docs/Runtime.md
|
||||
cd doc_projs/RuntimeObjects
|
||||
crosslang build
|
||||
cd ../..
|
||||
crosslang run doc_projs/RuntimeObjects/bin/*.crvm > docs/RuntimeObjects.md
|
||||
Reference in New Issue
Block a user