ohler55 / oj

Optimized JSON
http://www.ohler.com/oj
MIT License
3.12k stars 250 forks source link

Parser options documentation formatting error #903

Open semaperepelitsa opened 7 months ago

semaperepelitsa commented 7 months ago

Is it possible to fix the formatting? This is from the official documentation website: http://www.ohler.com/oj/doc/Oj/Parser.html

Screenshot 2023-11-21 at 15 30 17

semaperepelitsa commented 7 months ago

May I also suggest to make it more concise by describing attribute as a whole instead of getter/setter methods individually.

Before

After

ohler55 commented 7 months ago

It looks like the clang-formatter and the yardoc don't get along well with each other. I'll see what I can do.

ohler55 commented 7 months ago

Your suggestion on the combining of foo and foo= makes sense. I'll do that tonight.