VirtualBox

Changeset 56533 in vbox for trunk/include/VBox/refentry.h


Ignore:
Timestamp:
Jun 18, 2015 6:15:51 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101155
Message:

VBoxManage generated help updates, manual/Makefile.kmk hacking, related stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/refentry.h

    r56231 r56533  
    4343#define REFENTRY_NBSP               '\b'
    4444
    45 /** @name REFENTRYSTR_SCOPE_XXX - Common string scoping.
     45/** @name REFENTRYSTR_SCOPE_XXX - Common string scoping and flags.
    4646 * @{ */
    47 /** Same scope as previous string table entry. */
     47/** Same scope as previous string table entry, flags are reset and can be
     48 *  ORed in. */
    4849#define REFENTRYSTR_SCOPE_SAME      UINT64_C(0)
    4950/** Global scope. */
    50 #define REFENTRYSTR_SCOPE_GLOBAL    UINT64_MAX
     51#define REFENTRYSTR_SCOPE_GLOBAL    UINT64_C(0x00ffffffffffffff)
     52/** Scope mask. */
     53#define REFENTRYSTR_SCOPE_MASK      UINT64_C(0x00ffffffffffffff)
     54/** Flags mask. */
     55#define REFENTRYSTR_FLAGS_MASK      UINT64_C(0xff00000000000000)
     56/** Command synopsis, special hanging indent rules applies. */
     57#define REFENTRYSTR_FLAGS_SYNOPSIS  RT_BIT_64(63)
    5158/** @} */
    5259
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