VirtualBox

Changeset 21449 in vbox for trunk/doc


Ignore:
Timestamp:
Jul 9, 2009 4:24:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49862
Message:

Tried of fixing missing/wrong svn attribtues, added a line about property with a pointer to svn-ps.sh. Also added the missing line about #else/#endif comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/VBox-CodingGuidelines.cpp

    r21440 r21449  
    116116 *        comments, only ANSI C comments!
    117117 *
     118 *      - Comments on \#else indicates what begins while the comment on a
     119 *        \#endif indicates what ended.
     120 *
    118121 *
    119122 * (1) It is common practice on Unix to have a single symbol namespace for an
     
    125128 *     __declspect(export) constructs are the main reason for this.
    126129 *     OTOH, we do perhaps have a bit too detailed graining of this in VMM...
    127  *
    128130 *
    129131 *
     
    198200 *
    199201 *
    200  *
    201202 * @subsection sec_vbox_guideline_compulsory_cppmain   C++ guidelines for Main
    202203 *
     
    234235 *  -  std::auto_ptr<> in general; that part of the C++ standard is just broken.
    235236 *     Write a destructor that calls delete.
     237 *
    236238 *
    237239 *
     
    413415 * Some of the warnings can seem kind of innocent at first glance. So, let's take the
    414416 * most common ones and explain them.
     417 *
    415418 *
    416419 * @subsection sec_vbox_guideline_warnings_signed_unsigned_compare      Signed / Unsigned Compare
     
    437440 *
    438441 *
     442 *
    439443 * @section sec_vbox_guideline_svn          Subversion Commit Rules
    440444 *
     
    454458 *      - If you make a user visible change, such as fixing a reported bug,
    455459 *        make sure you add an entry to doc/manual/user_ChangeLogImpl.xml.
     460 *
     461 *      - If you are adding files make sure set the right attributes.
     462 *        svn-ps.sh/cmd was created for this purpose, please make use of it.
    456463 *
    457464 *
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