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(jsii-pacmak): escape documentation in all positions #4096

Merged
merged 9 commits into from
May 17, 2023

Commits on May 12, 2023

  1. fix(jsii-pacmak): escape documentation in all positions

    The [AWS::Personalize::Solution.PerformAutoML](
    https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-solution.html#cfn-personalize-solution-performautoml)
    property immediately starts with an admonition, which in our system
    gets translated to:
    
    ```
    /**
     * > Admonition!
     *
     * Normal description of the property
     */
    ```
    
    We weren't expecting complex markup in the 'summary' section of the
    JavaDocs, so we weren't escaping it, and this was making javadoc sad:
    
    ```
    /software/amazon/awscdk/services/personalize/CfnSolution.java:2211: error: bad use of '>'
      * > We don't recommend enabling automated machine learning.
    ```
    
    Be sure to properly do MarkDown -> HTML conversion everywhere.
    rix0rrr committed May 12, 2023
    Configuration menu
    Copy the full SHA
    912dc42 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Snapshot

    rix0rrr committed May 15, 2023
    Configuration menu
    Copy the full SHA
    280c082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c752d7 View commit details
    Browse the repository at this point in the history
  3. Snaps

    rix0rrr committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8f8bb3f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. More snaps

    rix0rrr committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fd6f49d View commit details
    Browse the repository at this point in the history
  2. Doops

    rix0rrr committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8c5344c View commit details
    Browse the repository at this point in the history
  3. Snaps

    rix0rrr committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a9b4944 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    79f8103 View commit details
    Browse the repository at this point in the history
  2. Some snapshot updates

    rix0rrr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    540bc51 View commit details
    Browse the repository at this point in the history