Changeset 47443 in vbox
- Timestamp:
- Jul 28, 2013 4:58:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsg.sed
r35811 r47443 50 50 # Convert descriptive comments. /** desc */ 51 51 :description 52 # arg! how to do N until end of comment? 53 /\*\//!N 54 /\*\//!N 55 /\*\//!N 56 /\*\//!N 57 /\*\//!N 58 /\*\//!N 59 /\*\//!N 60 /\*\//!N 61 /\*\//!N 62 /\*\//!N 63 /\*\//!N 64 /\*\//!N 65 /\*\//!N 66 /\*\//!N 67 /\*\//!N 68 /\*\//!N 69 /\*\//!N 70 /\*\//!N 71 /\*\//!N 72 /\*\//!N 73 /\*\//!N 74 /\*\//!N 75 /\*\//!N 76 /\*\//!N 77 /\*\//!N 78 /\*\//!N 52 53 # Read all the lines belonging to the comment into the buffer. 54 :look-for-end-of-comment 55 /\*\//bend-of-comment 56 N 57 blook-for-end-of-comment 58 :end-of-comment 59 79 60 # anything with @{ and @} is skipped 80 61 /@[\{\}]/d
Note:
See TracChangeset
for help on using the changeset viewer.