if(FALSE) blocks.Retrieves all ids identifying if(FALSE)
blocks that are also tagged with tag.
See pd_is_tagged_iff_block for details.
pd_all_tagged_iff_block_ids(pd, tag, doc.only = TRUE)The parse-data information
The tag to consider.
Should comments be restricted to documentation style comments only?
an integer vector giving the ids in pd that identify
if(FALSE) blocks
that are also tagged with tag.