- Timestamp:
- Mar 18, 2023 3:38:34 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/correct_references.py
r98897 r99037 78 78 newline = line 79 79 for target in targets: 80 ## @todo r=bird: This never works, os.path.basename is a function/method 81 ## object and the dictionary value is a string. It is also 82 ## very inefficient way of parsing the line via a string 83 ## list. Just use extractHrefTarget directly. 80 84 if target in xref_dictionary and os.path.basename != xref_dictionary[target]: 81 85 old = "\"" + target + "\""
Note:
See TracChangeset
for help on using the changeset viewer.