Best way to look for a class using Doxygen?

Hello list,

What is the best way to look for some class using the Doxygen
GNU Radio Manual and C++ API Reference: Main Page? E.g. I want to look for the
description of gr_message_source, how do I find it?

Cheers,
Johnny

On Mon, Apr 04, 2011 at 03:58:55PM -0400, Tuan (Johnny) Ta wrote:

Hello list,

What is the best way to look for some class using the Doxygen http://
GNU Radio Manual and C++ API Reference: Main Page? E.g. I want to look for the description of
gr_message_source, how do I find it?

Assuming you know how to use a Browser :), either go ``class list’’ and
then use ‘Find’ feature of your browser.

Or, since it’s a source, you go Modules->Sources and there it is.

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

got it! thanks :slight_smile: