VirtualBox

Ignore:
Timestamp:
Mar 9, 2023 5:39:48 PM (20 months ago)
Author:
vboxsync
Message:

Docs: bugref:10302. First take on migrating html creation to dita. missing some parts.

File:
1 edited

Legend:

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

    r98896 r98897  
    100100                            if id not in xref_dictionary:
    101101                                xref_dictionary[id] = os.path.basename(file)
    102                                 print("%s %s" % (id, os.path.basename(file)))
    103102                            else:
    104103                                logging.warning('Non unique topic/section id %s in file %s. This is already found in %s'
     
    136135        file_handle.write("".join(file_content))
    137136        file_handle.close()
     137
    138138if __name__ == "__main__":
    139139    main()
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