update documentation
This commit is contained in:
parent
454d304df6
commit
4e976dc645
2 changed files with 32 additions and 22 deletions
|
|
@ -1,3 +1,11 @@
|
|||
<link rel="stylesheet" href="css/style.css"/>
|
||||
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
|
||||
> version 1.0.0
|
||||
|
||||
date: 2023-03-31T19:37:02+0200 (generated by `./make doc`)
|
||||
|
||||
[](https://github.com/coderofsalvation/xrfragment/actions)
|
||||
|
||||
|
||||
|
||||
# `://foo.com/my3d.asset#pos=1,0,0&prio=-5`
|
||||
|
|
|
|||
4
make
4
make
|
|
@ -38,6 +38,7 @@ doc(){
|
|||
echo "> version $VERSION"
|
||||
echo "\ndate: $(date +"%Y-%m-%dT%H:%M:%S%z") (generated by \`./make doc\`)\n"
|
||||
echo "[](https://github.com/coderofsalvation/xrfragment/actions)\n"
|
||||
{
|
||||
cat src/xrfragment/URI.hx
|
||||
cat src/xrfragment/Parser.hx
|
||||
} | awk '
|
||||
|
|
@ -56,7 +57,8 @@ doc(){
|
|||
print $0;
|
||||
}
|
||||
|
||||
' > doc/RFC.md
|
||||
'
|
||||
} > doc/RFC.md
|
||||
}
|
||||
|
||||
test -z $1 && { try rm dist/* ; haxe build.hxml; sed -i 's|.*nonlocal .*||g' dist/xrfragment.py; exit $?; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue