bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ebrowse


From: Alex Tovchigrechko
Subject: ebrowse
Date: 27 Mar 2002 18:59:51 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Dear sirs,

I have faced some small problems when I tryed ebrowse. For ex. when
parsing members variables it takes only the last identifier from the
list.

So, for this class only y is added as a member
class Foo {
  int x, y;
}

A suggested patch is attached. There are some more problems, for ex:
Having a construct like 
class A {
  typedef enum { IPV4=1, IPV6=2, UNIX=3 } Addr;
}
the type Addr is not added to the list of types defined in the class A. 

Unfortunately I have no time to fix it now.

Attachment: ebrowse.patch
Description: Text Data

 
-- 
With best regards, Alex Tovchigrechko.
=====================================================================
Brandenburg University of Technology at Cottbus, Germany
Computer Science Dep., = Data Structures and Software Dependability =
Homepage: http://www.informatik.tu-cottbus.de/~alextov/
Phone: +49-(0)355-693826
=====================================================================

reply via email to

[Prev in Thread] Current Thread [Next in Thread]