pharo-autodoc

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Aug. 25, 2021
Updated
Aug. 25, 2021

README excerpt

# Pharo Autodoc
This is a very rough exploration on how to make autogenerated documentation in other markdown formats like Sphinx.

Made possible through the excellent reflective abilities of Pharo.


```smalltalk
ad := AutoDoc new.
rws := String new writeStream.
ad outputStream: rws.
ad toSphinx: Dictionary
```
← Back to results