discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: How to add Documentation description in C++ OOT module


From: Ron Economos
Subject: Re: How to add Documentation description in C++ OOT module
Date: Tue, 30 Jun 2020 15:59:16 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

You put it in the .h file(s) in gr-foo/include/foo (where foo is the name of your OOT). Here's an example:

https://github.com/gnuradio/gnuradio/blob/master/gr-dtv/include/gnuradio/dtv/dvb_ldpc_bb.h

Ron

On 6/30/20 09:44, George Edwards wrote:
Hello,

I am making a C++ OOT module and would like to add Documentation description similar to if I were to open a Gnuradio block, I can go to the Documentation and read the description of how the block works.

Thanks for any help you can provide.

Regards,
George



reply via email to

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