chiark / gitweb /
src/types.c: Fix up the table-of-contents comments.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 Jun 2014 09:41:33 +0000 (10:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:40 +0000 (09:57 +0100)
commit382b81f736a471aafd75661b08e795ffc7521f92
tree9cd603a9ebcd53e33d1f3e08b3280e3da25e24a6
parent75884a1571b83afd1bf1ba0e9546521594280254
src/types.c: Fix up the table-of-contents comments.

Cheesy but useful sed(1) rune:

sed -n '
  /order of sections/,/\*\//d
  /^ \* _/s///p
  /^static \+[a-z0-9_]\+ \+\**\([0-9a-z_]\+\).*$/s//  \1/p'

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
src/types.c