Java has javadoc. Python has docstrings. But what about Scheme?
I'm wondering if there is any standard way of commenting Scheme programs that allows for later creation of documentation.
It's being hard to find it on Google because "Scheme" means a lot of thing. Thank you!
Note that I'm not asking for recommendations of Scheme documentation tools; I merely wish to know if a standard format for documenting Scheme exists as it does in other languages.