- Timestamp:
- Jun 8, 2010 2:32:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Doxyfile
r26226 r30094 188 188 189 189 ALIASES = \ 190 "note=@remark" \ 190 "note=@remark" 191 192 # Interface method implementation macros. 193 ALIASES += \ 191 194 interface_method_impl{2}="Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 " 195 interface_method_impl{3}="\3. \ 196 \ 197 Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 " 198 199 # Callback method implementation macros. 200 ALIASES += \ 201 callback_method_impl{1}="Implements the callback \link \1 \1 \endlink @copydoc \1 " 202 callback_method_impl{2}="\2. \ 203 \ 204 Implements the callback \link \1 \1 " 192 205 193 206 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
Note:
See TracChangeset
for help on using the changeset viewer.