Skip to content

🐛 @within の記述漏れ 8 件を修正 - #2098

Open
EllaCoat wants to merge 2 commits into
masterfrom
fix/impdoc-within-typo-and-rename
Open

🐛 @within の記述漏れ 8 件を修正#2098
EllaCoat wants to merge 2 commits into
masterfrom
fix/impdoc-within-typo-and-rename

Conversation

@EllaCoat

@EllaCoat EllaCoat commented Jul 19, 2026

Copy link
Copy Markdown
Member

概要

@within の記述漏れ 8 件 を修正

主な変更点

# file 種別
1 .../predict_thunder/predict_point2.mcfunction typo (3. prefix)
2 .../heiloang/tick/event/sweep/attack.mcfunction 自己参照 → 実 caller
3 .../behemoth/remove/kill_hitbox.mcfunction rename 漏れ (death/ 残骸)
4 .../terzetto_purgatorio/attack_check_hit.mcfunction 拡張子違い (.m 欠) + function keyword 追加
5 .../terzetto_purgatorio/prediction_line_obj.mcfunction dir 表記に ** glob 追加 + function keyword 追加
6 .../mini_black_hole_flying/tick/vfx/particle.mcfunction path rename 漏れ (flying/ 残骸)
7 .../lightning_exploit/hit/vfx/particle.mcfunction 拡張子違い (.m 欠)
8 .../aurora_scaffold/tick/break/process/do.mcfunction dir 表記に ** glob 追加

@EllaCoat
EllaCoat marked this pull request as ready for review July 19, 2026 11:53
Copilot AI review requested due to automatic review settings July 19, 2026 11:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

@within メタコメントの記述漏れ・参照先誤りを修正し、関数参照(function キーワード)、拡張子(.m)、およびディレクトリ指定(** glob)を実ファイル/実callerに整合させるPRです。コード本体のロジック変更はなく、メタ情報の整合性改善により、関連ツール(lint/ドキュメント生成/参照解析等)の誤検知や追跡不能を防ぐ位置づけです。

Changes:

  • @within の参照先を実caller・実ファイル名(.m 含む)に修正
  • @within の記法を @within function ... に統一(不足分を補完)
  • ディレクトリ範囲の @within** glob を追加し、配下全体を明示

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Asset/data/asset/functions/object/2221.aurora_scaffold/tick/break/process/do.mcfunction @within をディレクトリ glob(**)に修正
Asset/data/asset/functions/object/1086.lightning_exploit/hit/vfx/particle.mcfunction @within の参照先を random.m に修正(拡張子整合)
Asset/data/asset/functions/object/1042.mini_black_hole_flying/tick/vfx/particle.mcfunction @within の参照先を tick/vfx/** に修正(rename残骸除去)
Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/prediction_line_obj.mcfunction @withinfunction + ** glob を追加して範囲明確化
Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/attack_check_hit.mcfunction @withinattack.m に修正(function 追加 + 拡張子整合)
Asset/data/asset/functions/mob/0411.behemoth/remove/kill_hitbox.mcfunction @withinremove/** に修正(death/ 残骸除去)
Asset/data/asset/functions/mob/0410.heiloang/tick/event/sweep/attack.mcfunction @within を実caller get_attack_position.m に修正
Asset/data/asset/functions/mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point2.mcfunction @within の誤った 3. prefix を除去して参照先修正

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants