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

Fix copy-paste in code generator #157

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

dbarbier
Copy link
Contributor

Replace v-show par v-if for default values:

  • with v-show, body tag is printed with a "display: none" CSS property.
    It is not visible, but copied nevertheless into clipboard.
  • with v-if, body tag is not printed.

Modify autodoc.py to print one or two asterisks before positional
and keyword arguments.

Fix issue #110.

@dbarbier dbarbier changed the title Fix copy-caste in code generator Fix copy-paste in code generator Dec 13, 2021
Replace v-show par v-if for default values:
 * with v-show, body tag is printed with a "display: none" CSS property.
   It is not visible, but copied nevertheless into clipboard.
 * with v-if, body tag is not printed.

Modify autodoc.py to print one or two asterisks before positional
and keyword arguments.

Fix issue airbus#110.
@galleon galleon merged commit 57006c5 into airbus:master Dec 14, 2021
@dbarbier dbarbier deleted the db/copy-paste branch December 20, 2021 08:07
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

Successfully merging this pull request may close these issues.

2 participants