Pharo 7.0 code documentation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo 7.0 code documentation

dario trussardi
Ciao,

        I would be interested in understanding how I can document the code directly in pharo.

        Can someone give me some reference - link about it?

        Thank you,

                Dario
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7.0 code documentation

HilaireFernandes
Hi Dario

You write comment per class, directly from the class browser.

See Fraction class as an example.

Or do need something else?

Hilaire

--
Dr. Geo
http://drgeo.eu



Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7.0 code documentation

Pharo Smalltalk Users mailing list
In reply to this post by dario trussardi
Hi Dario,

If you want to have an experience doing live documentation, you can start with GToolkit Documenter: https://github.com/feenkcom/gtoolkit

It is an alpha version. I will be happy to help you and to know about your experience. 

Juraj

--
Juraj Kubelka

El 27-09-2018, a la(s) 14:01, Trussardi Dario Romano <[hidden email]> escribió:

Ciao,

   I would be interested in understanding how I can document the code directly in pharo.

   Can someone give me some reference - link about it?

   Thank you,

       Dario