Re: Search for .cpp files.



On Tue, 2004-04-06 at 13:48, Bas Driessen wrote:
> Hello,
>  
> I am trying to get gtk-doc to work. Since I am using C++, my source
> files have the extension .cpp  In Makefile.am there is a setting
> called DOC_SOURCE_DIR where it will search all .c & .h files beneath
> there for inline comments. How can I tell the system that instead of
> (or next to) .c files I also want to search all .cpp files?

gtk-doc only really supports C. It won't be able to parse all the C++
stuff like classes and methods.

I'd suggest using something like doxygen instead.

Damon





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