On Tue, Sep 10, 2002 at 04:54:14PM +0200, Lars Gullik Bjønnes wrote:
> I'd say yes.

Ok. Looks like I have to edit the stuff manually anyway *sigh*.

What's the prefered order for:


[1] This emacs stuff?

        // -*- C++ -*-

[2] the include guard

        #ifndef MATH_ATOM_H
        #define MATH_ATOM_H

[3] this stuff I still don't understand

        #ifdef __GNUG__
        #pragma interface
        #endif

[4] includes 

        #include "math_inset.h"

[5] the author stuff

        /** 
         * Wrapper for MathInset * with copy-semantics
         *
         * \author André Pönitz
         *
         * Full author contact details are available in file CREDITS
         */

[6] Some more verbatim comments

        /**
        The 'atom' is the major blob in math typesetting.  And 'atom' consists
        of a nucleus, an optional superscript, and an optional subscript.
  ...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to