emacs-devel
[Top][All Lists]
Advanced

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

ebrowse problem--can someone please work on this?


From: Richard M. Stallman
Subject: ebrowse problem--can someone please work on this?
Date: Tue, 13 Sep 2005 11:55:22 -0400

Nobody has worked on this bug.  Would someone please do so?

Date: Fri, 27 May 2005 17:35:48 +0200
From: Markus Gritsch <address@hidden>

the C++ header file which led to the problematic BROWSE file reads

namespace test {
     class Base
     {
     };

     class B : public Base
     {
     };
}

class A : public test::Base
{
};

The *Tree* is then displayed as

   *Globals*
   test
   test::Base
     test::B

The class A seems to be missing.





reply via email to

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