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

Homogenize and improve Javadoc, particularly <p> tags: #787

Merged
merged 3 commits into from
Nov 9, 2023

Commits on Nov 7, 2023

  1. Homogenize and improve Javadoc, particularly <p> tags:

    * leading paragraphs don't need <p>/</p> tags
    * all subequent paragraphs need <p> *and* </p> tags
    * <p> and </p> tags are on the same lines as the content
    * paragraphs end with an end-of-sentence symbol
    * a pararaph is always surronded by two empty lines
    * move <ul> blocks out of <p> blocks
    
    Other changes:
    
    * remove <code> tags when they don't contain code
    * fix capitalization of feature names (they're no proper nouns)
    * probably more that I forgot
    nipafx committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2e871ca View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Fix HTML syntax

    nipafx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c12f8f2 View commit details
    Browse the repository at this point in the history
  2. Slightly reformat a comment

    nipafx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    87c60b0 View commit details
    Browse the repository at this point in the history