VirtualBox

Changeset 107409 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Jan 2, 2025 3:42:02 PM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166460
Message:

Docs: ​bugref:10705. bugref:10829. Reverting some unintended changes from r166433.

File:
1 edited

Legend:

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

    r107404 r107409  
    1 #!/usr/bin/env python3
     1# -*- coding: utf-8 -*-
     2# $Id$
     3
     4"""
     5Makes id-only reference in the given file into dita-compliant file#id
     6references, using the mapping database generated by build_id_to_file_mapping.py.
     7"""
     8
    29__copyright__ = \
    310"""
     
    2229SPDX-License-Identifier: GPL-3.0-only
    2330"""
     31__version__ = "$Revision$"
    2432
    2533# Standard python imports.
     
    7785
    7886def main(asArgs):
     87    """
     88    C-like main function.
     89    """
     90    #
     91    # Process arguments.
     92    #
    7993    dIdToFile  = None;
    8094    fEndOfArgs = False;
     
    150164
    151165if __name__ == "__main__":
    152     main(sys.argv)
     166    sys.exit(main(sys.argv));
    153167
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