docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289)

This commit is contained in:
Tyler Wilding
2023-02-27 18:58:01 -05:00
committed by GitHub
parent 87ff182332
commit c3310e1833
53 changed files with 551 additions and 408 deletions
+4
View File
@@ -57,6 +57,10 @@ jobs:
run: |
./build/goalc/goalc --cmd "(begin (make-group \"all-code\") (gen-docs \"${PWD}\"))" --game jak2
- name: Append File Docstrings
run: |
python ./scripts/docs/append-file-docs.py
- name: Upload Docs Artifact
uses: actions/upload-artifact@v3
with: