mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
e97b3f25e7da9f350badf6034260f4393fdbd9a1
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
Description
Languages
Ruby
98.5%
HTML
1.3%
Python
0.2%