Changeset 72781 in vbox
- Timestamp:
- Jul 1, 2018 11:29:08 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/doc/VBox-CodingGuidelines.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-CodingGuidelines.cpp
r71739 r72781 21 21 * qemu. Qemu is using whatever the frenchman does. 22 22 * 23 * There are a few compulsory rules and a bunch of optional ones. The following24 * sections will describe these in details. In addition there is a section of25 * Subversion 'rules' .23 * There are a few compulsory rules and a bunch of optional ones. The following 24 * sections will describe these in details. In addition there is a section of 25 * Subversion 'rules' and one with links to local coding guidelines. 26 26 * 27 27 * … … 905 905 * 906 906 * (Inspired by mozilla tree rules.) 907 * 908 * 909 * @section sec_vbox_guideline_local Local Coding Guidelines 910 * 911 * VirtualBox is a large project, so there are parts with additional guidelines 912 * that extends the above ones. 913 * 914 * <ul> 915 * 916 * <li> src/VBox/VMM/: @ref pg_vmm_guideline 917 * (src/VBox/VMM/Docs-CodingGuidelines.cpp) 918 * 919 * <li> src/VBox/ValidationKit/: @ref pg_validationkit_guideline 920 * (src/VBox/ValidationKit/ValidationKitCodingGuidelines.cpp) 921 * 922 * <li> src/VBox/Runtime/: @ref sec_vbox_guideline_optional is mandatory. 923 * 924 * <li> src/VBox/Frontends/VirtualBox/: @ref sec_vbox_guideline_compulsory_cppqtgui 925 * 926 * <li> src/VBox/Main: @ref sec_vbox_guideline_compulsory_cppmain 927 * 928 * 929 * </ul> 930 * 907 931 */ 908 932
Note:
See TracChangeset
for help on using the changeset viewer.

