parsetools (version 0.1.1)

pd_all_tagged_iff_block_ids: Find all tagged if(FALSE) blocks.

Description

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

Usage

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