Doxygen Support

I just reinstalled uhd+gnuradio with doxygen support enabled. I’m not
seeing any difference in the blocks I had hoped to see a difference in,
as
far as documentation goes. For example, when I double click the
Frequency
Mod block, the documentation tab is the same as it was before.

I’m trying to install documentation, as referenced here:
http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Installing-Icons-Mime-Type-and-Menu-Items

Can someone tell me what to expect if I installed it correctly, and
maybe
expand on that link explaining what I should do to install it.

Thanks,
Rich

Hi Richard -

What are you seeing? I have Doxygen installed, and this is what I see
under
the ‘Documentation’ tab for that block:

— frequency_modulator_fc —

    make(double sensitivity) -> frequency_modulator_fc_sptr

    Frequency modulator block.

    float input; complex baseband output

    Constructor Specific Documentation:

    Build a frequency modulator block.

    Args:
        sensitivity : radians/sample = amplitude * sensitivity

— frequency_modulator_fc_make —

frequency_modulator_fc_make(double sensitivity) ->

frequency_modulator_fc_sptr

Frequency modulator block.

float input; complex baseband output

Constructor Specific Documentation:

Build a frequency modulator block.

Args:
    sensitivity : radians/sample = amplitude * sensitivity

— frequency_modulator_fc_sptr —

Proxy of C++ boost::shared_ptr<(gr::analog::frequency_modulator_fc)>
class

Cheers,
Ben

On Wed, Nov 12, 2014 at 9:30 AM, Richard B. [email protected]