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

Add option to render function parameters immediately after the description #421

Merged

Conversation

albertosm27
Copy link
Contributor

With this option the documentation generated from a function can have the "standard" structure:
function_signature:
brief
description
params
{return/remarks/warnings} -> in the order defined by the user.

@vermeeren vermeeren self-assigned this Mar 14, 2019
@vermeeren vermeeren added enhancement Improvements, additions (also cosmetics) documentation Generated html, changelog, inline comments code Source code labels Mar 14, 2019
@vermeeren
Copy link
Collaborator

Sorry for the wait and thanks for the patch, looks good to me.

@vermeeren vermeeren merged commit 1f46ad8 into breathe-doc:master Mar 14, 2019
vermeeren added a commit that referenced this pull request Mar 14, 2019
albertosm27 added a commit to Blosc/blosc-doc that referenced this pull request Aug 12, 2019
See breathe-doc/breathe#421
This option makes the documentation generated by breathe put the parameters documentation before "remarks", "warnings", "return". Giving the more standard structure:
function_signature:
brief
description
params
{return/remarks/warnings} -> in the order defined by the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Source code documentation Generated html, changelog, inline comments enhancement Improvements, additions (also cosmetics)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants