Tuesday, June 30, 2020

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

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

No comments:

Post a Comment