mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 17:59:55 -04:00
docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user