<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 26, 2015 at 11:06 AM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><p class="MsoNormal">Anyone know how to suppress wrapping part of a header file?</p><p class="MsoNormal"> </p><p class="MsoNormal">I have in  a header file the following code...</p><p class="MsoNormal"> </p><p class="MsoNormal">//BTX</p><p class="MsoNormal">#ifndef VTKGL2</p><p class="MsoNormal">  // Description:</p><p class="MsoNormal">  // Get/Set the painter that does the actual rendering.</p><p class="MsoNormal">  void SetPainter(vtkPainter*);</p><p class="MsoNormal">  vtkGetObjectMacro(Painter, vtkPainter);</p><p class="MsoNormal">#endif</p><p class="MsoNormal">//ETX</p></div></blockquote><div><br></div><div>FWIW, I believe</div><div><br></div><div>#ifndef __WRAP__</div><div>#endif // __WRAP__</div><div><br></div><div>have replaced</div><div><br></div><div>// BTX</div><div>// ETX</div><div><br></div><div>(at least for VTK).</div><div><br></div><div>Dave</div></div></div></div>