This function parses DCT specifications; it's normally
called by load_dct_dir() or load_dct_specs(), so you
won't have to use it directly.
parse_dct_specs(
  dctSpecs,
  headingLevel = 2,
  hyperlink_ucids = "Markdown",
  urlPrefix = "#"
)The object of parsed DCT specifications.
The DCT specifications (a list).
The heading level for Markdown output.
Passed on to the
generate_instruction_overview() and generate_construct_overview()
functions.