/** * annotation_versioned: * * Stability: Stable **/ annotation_versioned stability Stable /** * annotation_versioned: * * Stability: Stable */ /** * annotation_versioned: * * Stability: Unstable **/ annotation_versioned stability Unstable /** * annotation_versioned: * * Stability: Unstable */ /** * annotation_versioned: * * Stability: Private **/ annotation_versioned stability Private /** * annotation_versioned: * * Stability: Private */ /** * annotation_versioned: * * Stability: behavior tends to vary depending on the phase of the moon. **/ annotation_versioned stability behavior tends to vary depending on the phase of the moon. /** * annotation_versioned: * * Stability: behavior tends to vary depending on the phase of the moon. */ /** * test_tag_not_annotatable: * * Tags (except Returns:) don't have annotations * * Stability: (allow-none): Private **/ test_tag_not_annotatable Tags (except Returns:) don't have annotations stability Private 6: Error: Test: annotations not supported for tag "Stability:". /** * test_tag_not_annotatable: * * Tags (except Returns:) don't have annotations * * Stability: Private */ /** * test_multiple_tags: * * Stability: Public * Stability: Private **/ test_multiple_tags stability Private 5: Error: Test: multiple "Stability:" tags for identifier "test_multiple_tags": * Stability: Private ^ /** * test_multiple_tags: * * Stability: Private */ /** * test_stability_description: * * Stability: Unstable: maybe one day this will work * correctly... **/ test_stability_description stability Unstable maybe one day this will work correctly... /** * test_stability_description: * * Stability: Unstable: maybe one day this will work * correctly... */