mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
5 lines
172 B
Plaintext
Executable File
5 lines
172 B
Plaintext
Executable File
# 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
|