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

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

ebrowse: building BROWSE file


From: annamalai . gurusami
Subject: ebrowse: building BROWSE file
Date: 26 Jul 2005 00:01:17 -0700
User-agent: G2/0.2

Hi All,

In the C++ source tree that I am working on we have a #define as
follows (logically)

#define BlzDLL
#define BlzClass class BlzDLL

Because of this all the source files that defines a class would be
like this

BlzClass SomeClass
{
};

Because of this ebrowse is not working correctly.  Is it possible for
me to instruct ebrowse to preprocess a certain set of pre-defined
macros
(like the way doxygen does)?

Any help much appreciated.

Rgds,
anna



reply via email to

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