mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bac7eb984a
Added complete call-seq documentation for public methods and corrected internal method documentation structure: Public API methods - SystemCallError.new: Create SystemCallError with message/errno - SystemCallError#errno: Get errno number from exception - SystemCallError._sys_fail: Internal method to raise errno exceptions - Errno exception classes#new: Create specific errno exceptions Fixed documentation structure to follow mruby conventions where internal methods starting with __ should not have call-seq documentation but only brief explanatory comments. Each public method now includes: - Clear method signatures with parameter and return types - Descriptions of errno handling behavior - Practical examples showing exception creation and handling - Consistent formatting following mruby documentation standards Co-authored-by: Atlassian Rovo Dev