/** * annotation_versioned: * * Since: 0.6 **/ annotation_versioned since 0.6 /** * annotation_versioned: * * Since: 0.6 */ /** * annotation_versioned: * * Since: (invalid)): 0.6 **/ annotation_versioned since 4: Error: Test: unbalanced parentheses, annotations will be ignored: * Since: (invalid)): 0.6 ^ /** * annotation_versioned: * * Since: */ /** * annotation_versioned: * * Since: this function is available since version 0.6 **/ annotation_versioned since this function is available since version 0.6 /** * annotation_versioned: * * Since: this function is available since version 0.6 */ /** * annotation_versioned: * * Since: 0.6: this function is available since version 0.6 **/ annotation_versioned since 0.6 this function is available since version 0.6 /** * annotation_versioned: * * Since: 0.6: this function is available since version 0.6 */ /** * test_tag_not_annotatable: * * Tags (except Returns:) don't have annotations * * Since: (allow-none): 2.24 **/ test_tag_not_annotatable Tags (except Returns:) don't have annotations since 2.24 6: Error: Test: annotations not supported for tag "Since:". /** * test_tag_not_annotatable: * * Tags (except Returns:) don't have annotations * * Since: 2.24 */ /** * test_multiple_tags: * * Since: 3.0 * Since: 2.0: one of these "Since:" * tags is wrong... **/ test_multiple_tags since 2.0 one of these "Since:" tags is wrong... 5: Error: Test: multiple "Since:" tags for identifier "test_multiple_tags": * Since: 2.0: one of these "Since:" ^ /** * test_multiple_tags: * * Since: 2.0: one of these "Since:" * tags is wrong... */