VirtualBox

Changeset 65426 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 24, 2017 3:14:01 PM (8 years ago)
Author:
vboxsync
Message:

Main: doxygen fixes and be less tolerant to real doxygen problems

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/CertificateImpl.h

    r61004 r65426  
    5757
    5858private:
    59     // wrapped ICertificate properties
     59    // Wrapped ICertificate properties
    6060    HRESULT getVersionNumber(CertificateVersion_T *aVersionNumber);
    6161    HRESULT getSerialNumber(com::Utf8Str &aSerialNumber);
     
    7979    HRESULT getTrusted(BOOL *aTrusted);
    8080    HRESULT getExpired(BOOL *aExpired);
    81     // wrapped ICertificate methods
     81
     82    // Wrapped ICertificate methods
    8283    HRESULT isCurrentlyExpired(BOOL *aResult);
    8384    HRESULT queryInfo(LONG aWhat, com::Utf8Str &aResult);
    8485
    85     /** @name Methods extracting COM data from the certificate object
    86      * @{  */
     86    // Methods extracting COM data from the certificate object
    8787    HRESULT i_getAlgorithmName(PCRTCRX509ALGORITHMIDENTIFIER a_pAlgId, com::Utf8Str &a_rReturn);
    8888    HRESULT i_getX509Name(PCRTCRX509NAME a_pName, std::vector<com::Utf8Str> &a_rReturn);
     
    9090    HRESULT i_getUniqueIdentifier(PCRTCRX509UNIQUEIDENTIFIER a_pUniqueId, com::Utf8Str &a_rReturn);
    9191    HRESULT i_getEncodedBytes(PRTASN1CORE a_pAsn1Obj, std::vector<BYTE> &a_rReturn);
    92     /** @} */
    9392
    9493    struct Data;
  • trunk/src/VBox/Main/src-client/VideoRec.cpp

    r65421 r65426  
    682682 * @param   uHeight             Target video resolution (height).
    683683 * @param   uRate               Target encoding bit rate.
    684  * @param   uFps                Target FPS (Frame Per Second).
     684 * @param   uFPS                Target FPS (Frame Per Second).
    685685 * @param   uMaxTimeS           Maximum time (in s) to record, or 0 for no time limit.
    686  * @param   uMaxFileSizeMB      Maximum file size (in MB) to record, or 0 for no limit.
     686 * @param   uMaxSizeMB          Maximum file size (in MB) to record, or 0 for no limit.
    687687 * @param   pszOptions          Additional options in "key=value" array format. Optional.
    688688 */
  • trunk/src/VBox/Main/src-server/CertificateImpl.cpp

    r64885 r65426  
    134134
    135135
    136 /** @name wrapped ICertificate properties
     136/** @name Wrapped ICertificate properties
    137137 * @{
    138138 */
  • trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp

    r65120 r65426  
    11401140    if (mUsb != aDev)
    11411141    {
    1142 #ifdef RT_OS_WINDOWS
     1142#if defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
    11431143        /* we used this logic of string comparison in HostUSBDevice::compare
    11441144         * now we need to preserve strings from the old device if the new device has zero strings
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