Hi Nemanja, I just went back to version 3.6.5 and had some findings.
1) block in out-of-tree module don't have any default documentations(description) in it. In version 3.7, it has some default descriptions like: make(xx, xx) -> sptr Return a shared_ptr to a new instance of xx::xx. To avoid accidental use of raw pointers, xx::xx constructor is in a private implementation class. xx::xx::make is the public interface for creating new instances. Params: (xx, xx) 2) I've tried to add the <doc> tag in the xml file again, the same thing happened: the block disappeared after reinstallation. I just added the <doc> description </doc> inside <block>... </block>. Is this how you always do? Thanks! Best, Zhe -- View this message in context: http://gnuradio.4.n7.nabble.com/Documentation-for-out-of-tree-module-tp46127p46134.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
