Arc Forumnew | comments | leaders | submitlogin
1 point by cpfr 5926 days ago | link | parent

How would I be able to start adding documentation to some of those functions and macros?


1 point by dmdavis 5926 days ago | link

I'm not sure yet. I wrote a script that generates all the code from the .arc files, so it would be tricky to throw the docs in there. What may be best would be to use the docstrings that someone has added once they become part of the main release, and I'll change my script to grab those?

-----

1 point by ryantmulligan 5926 days ago | link

I think the best way would be to use that docstrings patch and then just pull the docstrings.

-----