Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !4852

[asciidoc] add option to not generate metadata

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/man-at-home/4848-AsciiDoc-Add-option-to-not-generate-metadata_ into master Dec 20, 2019
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 6

Created by: man-at-home

add a new cli option (additionalParameter): generateHeaders for asciidoc generator. If set to false suppress generation of attributes in the markup header section.

PR checklist

  • Read the contribution guidelines.
  • If contributing template-only or documentation-only changes which will change sample output, build the project before.
  • Run the shell script(s) under ./bin/ (or Windows batch scripts under.\bin\windows) to update Petstore samples related to your fix.
  • File the PR against the [correct branch] master
  • Copy the [technical committee] to review the pull request if your PR is targeting a particular programming language.

@wing328 @jimschubert @cbornet @ackintosh @jmini @etherealjoy

==> please view the boolean command line option, I had to change the type from string to booelan within the generator, otherweise the mustache templates would not work. Are boolean command line options possible?

issue by @mgwoj

For #4848 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/man-at-home/4848-AsciiDoc-Add-option-to-not-generate-metadata_