VirtualBox

Changeset 99037 in vbox for trunk/doc


Ignore:
Timestamp:
Mar 18, 2023 3:38:34 AM (21 months ago)
Author:
vboxsync
Message:

manual/correct_references.py: How can this work? bugref:10302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/correct_references.py

    r98897 r99037  
    7878            newline = line
    7979            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.
    8084                if target in xref_dictionary and os.path.basename != xref_dictionary[target]:
    8185                    old = "\"" + target + "\""
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette