Lines Matching refs:anchors
6 # internal anchors and report inconsistencies.
45 anchors = set()
50 anchors.add(e.get('id'))
53 xrefsOnly = internals.difference(anchors)
54 anchorsOnly = anchors.difference(internals)
60 # print('Anchors: ', len(anchors))
62 print('Internal xrefs not in anchors:', len(xrefsOnly))
65 if args.anchors:
66 print('Internal anchors not in xrefs:', len(anchorsOnly))
77 parser.add_argument('-anchors', action='store_true',
78 help='Report orphaned anchors')