mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
If there is a line break in the middle, it causes Ruby syntax error and yardoc doesn't generate document. This patch will fix following class: # Structure holding a 32-bit float value in a platform-independent byte order. class CFSwappedFloat32 < Boxed # @return [Integer] A 32-bit float value stored with a platform-independent byte order. attr_accessor :v end