• 
      

    Add documentation sections for version-related information.

    Review Request #9985 — Created May 30, 2018 and submitted

    Information

    beanbag-docutils
    master
    5a9512e...

    Reviewers

    This introduces new Deprecated:, Version Added:, and
    Version Changed: sections for docstrings that allow for specifying
    deprecation information, the version something was added, and the
    version something was changed, respectively. These work like any other
    doc sections, and wrap .. deprecated::, .. versionadded::, and
    .. versionchanged::, taking the version number on the first line of
    the section's body like a return type.

    Used this in documentation and verified the output for each type.
    Checked for build errors.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (3190d91)