From: Brett g P. <bgp...@ac...> - 2002-10-31 20:30:59
|
Okay, here's what I'm trying to do -- I understand why I'm getting th= e output I'm getting, but I don't like it <g>. I'm trying to document a C struct that's like: :: { int field1; int field2; } by keeping the code in literal blocks (in reality, it's a rather larg= e struct, and not every member needs annotation, something like: :: { int field1; This is a clever note about field1 :: int field2; this is another witticism :: } =2E..but the indentation for the literal ``int field2;`` is not consi= stent (because it doesn't have the curly braces to give it that indentation context any more. Suggestions for how to accomplish what I'm trying? thx... -- // Today's Oblique Strategy (=A9 Brian Eno/Peter Schmidt): // Do nothing for as long as possible // Brett g Porter * BgP...@ac... |