Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data type of function parameter #59

Open
buhtz opened this issue Dec 27, 2018 · 0 comments
Open

Data type of function parameter #59

buhtz opened this issue Dec 27, 2018 · 0 comments

Comments

@buhtz
Copy link

buhtz commented Dec 27, 2018

Sorry for asking via GitHub Issues what is IMO only a tracker for bugs and feature requests. I could not find any contact to ask questions about doxypypy.

I know the this way to add informations about data type of function parameters in the doc string.


def foobar(param):
    """Short descript.

    Args:
        param (int): description

    Returns:
        bool: description
    """
    pass

Doxygen and/or doxypypy does ignore this information in my case. Is this the correct behaviour or do I make something wrong?

@buhtz buhtz changed the title Support contact Data type of function parameter Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant