/** * annotation_versioned: * * Deprecated: 0.6: Use something else instead **/ annotation_versioned deprecated 0.6 Use something else instead /** * annotation_versioned: * * Deprecated: 0.6: Use something else instead */ /** * annotation_versioned: * * Deprecated: 0.6 **/ annotation_versioned deprecated 0.6 /** * annotation_versioned: * * Deprecated: 0.6 */ /** * test_tag_not_annotatable: * * Tags (except Returns:) don't have annotations * * Deprecated: (allow-none): 2.24 **/ test_tag_not_annotatable Tags (except Returns:) don't have annotations deprecated 2.24 6: Error: Test: annotations not supported for tag "Deprecated:". /** * test_tag_not_annotatable: * * Tags (except Returns:) don't have annotations * * Deprecated: 2.24 */ /** * test_multiple_tags: * * Deprecated: 3.0 * Deprecated: 2.0 **/ test_multiple_tags deprecated 2.0 5: Error: Test: multiple "Deprecated:" tags for identifier "test_multiple_tags": * Deprecated: 2.0 ^ /** * test_multiple_tags: * * Deprecated: 2.0 */