oj
oj copied to clipboard
Parser options documentation formatting error
Is it possible to fix the formatting? This is from the official documentation website: http://www.ohler.com/oj/doc/Oj/Parser.html
May I also suggest to make it more concise by describing attribute as a whole instead of getter/setter methods individually.
Before
- cache_strings= sets the value of the cache_strings to a positive integer less than 35. Strings shorter than that length are cached.
- cache_strings returns the value of the cache_strings integer value.
After
- cache_strings - positive integer less than 35, strings shorter than that length are cached.
It looks like the clang-formatter and the yardoc don't get along well with each other. I'll see what I can do.
Your suggestion on the combining of foo and foo= makes sense. I'll do that tonight.