TODO
----

  - Track down cases where class2src is stuffing up with operators.

  - Have class2src put initialiser for static member variables in output.

  - Class2info needs to handle declaration of variable at same time as the
    type of which it is. eg:

      enum { ONE, TWO } num;

    This also applies to structs and classes also.

  - Need to be able to generate manual pages from header files which don't
    have classes in them.`

  - Do not use shell functions. Ultrix cannot handle them.
