VirtualBox

Changeset 13001 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 6, 2008 11:06:14 AM (16 years ago)
Author:
vboxsync
Message:

VBox-doc.c,VMM: doxygen links

Location:
trunk/src/VBox/VMM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r12989 r13001  
    2323/** @page pg_pgm PGM - The Page Manager and Monitor
    2424 *
     25 * See also @ref pg_pgmPhys, @ref pg_pgm_pool.
    2526 *
    2627 *
  • trunk/src/VBox/VMM/SELM.cpp

    r12989 r13001  
    1818 * Clara, CA 95054 USA or visit http://www.sun.com if you need
    1919 * additional information or have any questions.
     20 */
     21
     22/** @page pg_selm   SELM - The Selector Manager
     23 *
     24 * Manages the hypervisor GDT entires, monitors and shadows the guest GDT, LDT
     25 * and TSS. Only active in raw-mode.
     26 *
    2027 */
    2128
  • trunk/src/VBox/VMM/STAM.cpp

    r12989 r13001  
    1818 * Clara, CA 95054 USA or visit http://www.sun.com if you need
    1919 * additional information or have any questions.
     20 */
     21
     22/** @page pg_stam       STAM - The Statistics Manager
     23 *
     24 * The purpose for the statistics manager is to present the rest of the system
     25 * with a somewhat uniform way of accessing VMM statistics. STAM sports a couple
     26 * of different APIs for accessing them: STAMR3EnumU, STAMR3SnapshotU,
     27 * STAMR3DumpU, STAMR3DumpToReleaseLogU. Main is exposing the XML based one,
     28 * STAMR3SnapshotU.
     29 *
     30 * The rest of the VMM together with the devices and drivers registers their
     31 * statistics with STAM giving them a name. The name is like hierarchical, the
     32 * components separated by slashes ('/').
     33 *
    2034 */
    2135
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r12579 r13001  
    2121
    2222
    23 /** @page pg_GVMM   GVMM - The Global VM Manager
     23/** @page pg_gvmm   GVMM - The Global VM Manager
    2424 *
    2525 * The Global VM Manager lives in ring-0. It's main function at the moment
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