Hi Patrick,

On Monday 01/09/2014 at 18:35, Patrick Goupell  wrote:
Is there a way to get fpdoc to generate something that looks like the
mseide object inspector?

I would like to see the "properties" in the generated documentation also.

I'm not 100% sure what you mean? fpdoc does generate a class details which includes methods and properties. Documentation for types, constants variables, enums etc are generated too. ALL code in Object Pascal can be documented using fpdoc.

Different output targets of fpdoc generates different layouts of the documentation obviously. For example, the TXT or IPF output obviously has a different documentation layout to say the HTML output.

Again, take a look at this HTML output generated by fpdoc:

 http://geldenhuys.co.uk/tiopf/core/titokenlibrary/ttokens.html

or this one...

 http://geldenhuys.co.uk/tiopf/core/tiobject/ttiobject.html


The latter example lists a interface of the TtiObject class, and it includes methods and properties. Also note that in the HTML output (below the Title/Header at the top of the page) there are 3 links for Properties, Methods and Events. Clicking on any of those will open up a popup window showing for example all Properties of the current class and from the parent classes. Is this what you were looking for?


Regards,
 - Graeme -

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to