pd_all_tagged_iff_block_ids: Find all tagged 'if(FALSE)' blocks.

Description Usage Arguments Value See Also

Description

Retrieves all ids identifying if(FALSE) blocks that are also tagged with tag. See pd_is_tagged_iff_block for details.

Usage

1
pd_all_tagged_iff_block_ids(pd, tag, doc.only = TRUE)

Arguments

pd

The parse-data information

tag

The tag to consider.

doc.only

Should comments be restricted to documentation style comments only?

Value

an integer vector giving the ids in pd that identify if(FALSE) blocks that are also tagged with tag.

See Also

pd_is_iff_block, pd_is_tagged_iff_block, pd_has_tag


parsetools documentation built on April 14, 2020, 5:32 p.m.