mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
|
# SED script for preprocessing embedded doc from source (S. Chamberlain markup)
|
||
|
# Locate and coalesce adjacent @example blocks
|
||
|
/^@end example/N
|
||
|
/^@end example\n@example$/d
|