nngogol / PySimpleGUIDocGen

Software for making documentation for PySimpleGUI
9 stars 2 forks source link

[Bug?] How can I get a parameter table when there is only a return value? #36

Closed MikeTheWatchGuy closed 5 years ago

MikeTheWatchGuy commented 5 years ago

At the moment, when I have a func/method with no parameters but have a return value, I do not get the table containing the return value.

Window.CurrentLocation is a good example:

I see this in the readme: image

And this is the code that matches: image

nngogol commented 5 years ago

fixed