VirtualBox

Changeset 107868 in vbox for trunk


Ignore:
Timestamp:
Jan 21, 2025 6:33:51 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167075
Message:

bugref:10806. Changed the comment with the description to Doxygen format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ObjectsTracker.cpp

    r107867 r107868  
    2626 */
    2727
    28 /*
    29  * Sometimes user wants to check or retrieve data or information about objects that may not exist at the time
    30  * the user requests such objects. For example, some action was completed some time ago and all data related to
    31  * this action was deleted, but the user missed this moment and later still wants to know how the action was
    32  * completed. If it were possible to store such objects for some time, it would help the user.
     28/** @page pg_main_objtracker
     29 * Overview:
     30 *
     31 * Sometimes user wants to check or retrieve data or information about objects
     32 * that may not exist at the time the user requests such objects. For example,
     33 * some action was completed some time ago and all data related to this action
     34 * was deleted, but the user missed this moment and later still wants to know
     35 * how the action was completed. If it were possible to store such objects for
     36 * some time, it would help the user.
    3337 *
    3438 * Example with Progress object
     
    152156 *      }
    153157 *  }
    154 */
     158 */
    155159
    156160#define LOG_GROUP LOG_GROUP_MAIN
Note: See TracChangeset for help on using the changeset viewer.

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