Closed PySimpleGUI closed 4 years ago
I can't stress enough how much this needs to be fixed. I have to manually fix this bug on every release.
The current code produces tags with the WRONG indentation level. This majorly fucks up the docs.
show_all_tags.py continues to make these kinds of tags (note the wrong number of #)
### Button Element
<!-- <+Button.doc+> -->
<!-- <+Button.__init__+> -->
#### ButtonCallBack
<!-- <+Button.ButtonCallBack+> -->
#### ButtonPressCallBack
<!-- <+Button.ButtonPressCallBack+> -->
Fixed
Hi Mr. Wizard.... creator of this amazing tool!!!
Can you please remove 1 # from each of the prints? I am now running the code in this modified way:
The classes should have ## and the members / methods should have ###
The result that I then paste into the call reference file looks like this: