- Timestamp:
- Jan 3, 2017 11:22:08 AM (8 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r64690 r65066 117 117 * The Debugger Console Input widget. 118 118 * 119 * This is a combobox which only responds to <return>.119 * This is a combobox which only responds to \<return\>. 120 120 */ 121 121 class VBoxDbgConsoleInput : public QComboBox -
trunk/src/VBox/Main/include/ovfreader.h
r64974 r65066 549 549 /** 550 550 * A list of VirtualSystem structs is created by OVFReader::read(). Each refers to 551 * a <VirtualSystem> block in the OVF file.551 * a \<VirtualSystem\> block in the OVF file. 552 552 */ 553 553 struct VirtualSystem -
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r64199 r65066 7180 7180 * As a special exception, if the specified location is a file path that ends with '/' 7181 7181 * then the file name part will be generated by this method automatically in the format 7182 * '{ <uuid>}.<ext>' where <uuid> is a fresh UUID that this method will generate7183 * and assign to this medium, and <ext> is the default extension for this7182 * '{\<uuid\>}.\<ext\>' where \<uuid\> is a fresh UUID that this method will generate 7183 * and assign to this medium, and \<ext\> is the default extension for this 7184 7184 * medium's storage format. Note that this procedure requires the media state to 7185 7185 * be NotCreated and will return a failure otherwise.
Note:
See TracChangeset
for help on using the changeset viewer.