ignoring variable/constant not in class
Brought to you by:
doughellmann,
krlosaqp
HappyDoc seems to be effectively ignoring any
variables, or constants that are not part of a class.
For examples:
test_type = ['Current', 'Dead', 'Inactive']
def Find_all_tests (test_type):
.. etc..
The variables / constants are important for the
documentation....Since the Class functions use the
constants....
Logged In: YES
user_id=34486
Yes, this is currently a limitation. It's on the feature request list,
but as usual patches are welcome. :-)
Doug