_top_level.rb - align with comments in Tools/sketchup.rb#83
_top_level.rb - align with comments in Tools/sketchup.rb#83MSP-Greg wants to merge 1 commit intoSketchUp:mainfrom
Conversation
|
FYI: The stubs are generated from the C code comments using Thomas' custom YARD template (see it's repository.) The reverse changes from Git PRs has been broken for years and does not seem to have any priority. |
The top-level methods I'm referring to are in a Ruby file, |
Ah ... .okay. But very recent changes likely have not yet been pushed to the public stubs repositories. What I'm getting at is that it makes no sense to do PRs on this repository as it will all get overwritten anyway. Also, I can see that the public API YARD docs have this method set to deprecated already. However, coders who generate their own docs, might need to make this change to their own repository. I also do not see the point in moving the deprecated YARD tags to the top of each method comment block. Is this done for example for |
|
Hm... it could be that there's a bug in the stub-generation. I'd have to investigate. |
Used a very recent version of Tools/sketchup.rb
I noticed that
add_separator_to_menuwas deprecated...