Re: [Discuss-gnuradio] Doxygen documentation in GRC

2017-10-11 Thread Dave NotTelling
Thanks for the reply!  I am running a very old version of GNU Radio, so
that explains why it's still a problem for me.

On Tue, Oct 10, 2017 at 11:15 PM, Sebastian Müller  wrote:

> I think this has been fixed in https://github.com/
> gnuradio/gnuradio/commit/ac925c426dd8dc75b6ee0bd82506e0f59cc5f207, so
> 3.7.10.2 or later should have this fixed IIRC. Do you maybe have an older
> installation?
>
> Sebastian Müller
> gse...@gmail.com
> PGP ID DC2AA3EE
> 
>
> Am 10. Oktober 2017 um 07:40:23, Dave NotTelling (dmp250...@gmail.com)
> schrieb:
>
> Anyone have input on this?  I'm trying to make my blocks more user
> friendly, but all I've been able to get to show up is the description.  The
> information about each parameter is lost in GRC.  Shows up fine in the HTML
> report.
>
> On Wed, Aug 10, 2016 at 6:01 AM, Sebastian Müller 
> wrote:
>
>> Hi all,
>>
>> I've been trying now for some days to include the doxygen documentation
>> for my OOT in the GRC blocks (in the tab Documentation). While actually
>> *something* is displayed there, it is not all that I want. For instance the
>> complete \details section is missing as well as a tabular constructor
>> parameter description. Both seem to work in other blocks
>> (tv_dvbt2_framemapper_cc or digital_ofdm_carrier_allocator_cvc as
>> reference).
>>
>> The HTML doxygen documentation is generated perfectly. Can you point me
>> to what I might be missing? I suppose it could be a SWIG issue since GRC is
>> only displaying the swigged block's __doc__ property.
>>
>> Cheers,
>> Sebastian
>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Doxygen documentation in GRC

2017-10-10 Thread Sebastian Müller
I think this has been fixed in
https://github.com/gnuradio/gnuradio/commit/ac925c426dd8dc75b6ee0bd82506e0f59cc5f207,
so 3.7.10.2 or later should have this fixed IIRC. Do you maybe have an
older installation?

Sebastian Müller
gse...@gmail.com
PGP ID DC2AA3EE


Am 10. Oktober 2017 um 07:40:23, Dave NotTelling (dmp250...@gmail.com)
schrieb:

Anyone have input on this?  I'm trying to make my blocks more user
friendly, but all I've been able to get to show up is the description.  The
information about each parameter is lost in GRC.  Shows up fine in the HTML
report.

On Wed, Aug 10, 2016 at 6:01 AM, Sebastian Müller  wrote:

> Hi all,
>
> I've been trying now for some days to include the doxygen documentation
> for my OOT in the GRC blocks (in the tab Documentation). While actually
> *something* is displayed there, it is not all that I want. For instance the
> complete \details section is missing as well as a tabular constructor
> parameter description. Both seem to work in other blocks
> (tv_dvbt2_framemapper_cc or digital_ofdm_carrier_allocator_cvc as
> reference).
>
> The HTML doxygen documentation is generated perfectly. Can you point me to
> what I might be missing? I suppose it could be a SWIG issue since GRC is
> only displaying the swigged block's __doc__ property.
>
> Cheers,
> Sebastian
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Doxygen documentation in GRC

2017-10-10 Thread Dave NotTelling
Anyone have input on this?  I'm trying to make my blocks more user
friendly, but all I've been able to get to show up is the description.  The
information about each parameter is lost in GRC.  Shows up fine in the HTML
report.

On Wed, Aug 10, 2016 at 6:01 AM, Sebastian Müller  wrote:

> Hi all,
>
> I've been trying now for some days to include the doxygen documentation
> for my OOT in the GRC blocks (in the tab Documentation). While actually
> *something* is displayed there, it is not all that I want. For instance the
> complete \details section is missing as well as a tabular constructor
> parameter description. Both seem to work in other blocks
> (tv_dvbt2_framemapper_cc or digital_ofdm_carrier_allocator_cvc as
> reference).
>
> The HTML doxygen documentation is generated perfectly. Can you point me to
> what I might be missing? I suppose it could be a SWIG issue since GRC is
> only displaying the swigged block's __doc__ property.
>
> Cheers,
> Sebastian
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Doxygen documentation in GRC

2016-08-10 Thread Sebastian Müller
Hi all,

I've been trying now for some days to include the doxygen documentation for
my OOT in the GRC blocks (in the tab Documentation). While actually
*something* is displayed there, it is not all that I want. For instance the
complete \details section is missing as well as a tabular constructor
parameter description. Both seem to work in other blocks
(tv_dvbt2_framemapper_cc or digital_ofdm_carrier_allocator_cvc as
reference).

The HTML doxygen documentation is generated perfectly. Can you point me to
what I might be missing? I suppose it could be a SWIG issue since GRC is
only displaying the swigged block's __doc__ property.

Cheers,
Sebastian
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread Marcus Müller
Hi Ali,

to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call

Greetings,
Marcus

On 05.06.2014 05:14, jason sam wrote:
 How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can
 view the blocks' documentation from inside GRC?I have Doxygen installed but
 its not configured with GRC.
 Regards,
 Ali



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread jason sam
I tried to do it but got the following error:

CMake Error at CMakeLists.txt:22 (message):
  Prevented in-tree build.  This is bad practice.


-- Configuring incomplete, errors occurred!

Regards,
Ali


On Thu, Jun 5, 2014 at 1:05 PM, Marcus Müller marcus.muel...@ettus.com
wrote:

  Hi Ali,

 to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call

 Greetings,
 Marcus


 On 05.06.2014 05:14, jason sam wrote:

 How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can
 view the blocks' documentation from inside GRC?I have Doxygen installed but
 its not configured with GRC.
 Regards,
 Ali




 ___
 Discuss-gnuradio mailing 
 listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread Marcus Müller
You're not using Cmake properly. Please refer to the source build guide
in the wiki.

Greetings,
Marcus
On 05.06.2014 10:26, jason sam wrote:
 I tried to do it but got the following error:

 CMake Error at CMakeLists.txt:22 (message):
   Prevented in-tree build.  This is bad practice.


 -- Configuring incomplete, errors occurred!

 Regards,
 Ali


 On Thu, Jun 5, 2014 at 1:05 PM, Marcus Müller marcus.muel...@ettus.com
 wrote:

  Hi Ali,

 to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call

 Greetings,
 Marcus


 On 05.06.2014 05:14, jason sam wrote:

 How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can
 view the blocks' documentation from inside GRC?I have Doxygen installed but
 its not configured with GRC.
 Regards,
 Ali




 ___
 Discuss-gnuradio mailing 
 listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread jason sam
ok



On Thu, Jun 5, 2014 at 2:03 PM, Marcus Müller marcus.muel...@ettus.com
wrote:

 You're not using Cmake properly. Please refer to the source build guide
 in the wiki.

 Greetings,
 Marcus
 On 05.06.2014 10:26, jason sam wrote:
  I tried to do it but got the following error:
 
  CMake Error at CMakeLists.txt:22 (message):
Prevented in-tree build.  This is bad practice.
 
 
  -- Configuring incomplete, errors occurred!
 
  Regards,
  Ali
 
 
  On Thu, Jun 5, 2014 at 1:05 PM, Marcus Müller marcus.muel...@ettus.com
  wrote:
 
   Hi Ali,
 
  to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call
 
  Greetings,
  Marcus
 
 
  On 05.06.2014 05:14, jason sam wrote:
 
  How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can
  view the blocks' documentation from inside GRC?I have Doxygen installed
 but
  its not configured with GRC.
  Regards,
  Ali
 
 
 
 
  ___
  Discuss-gnuradio mailing listDiscuss-gnuradio@gnu.orghttps://
 lists.gnu.org/mailman/listinfo/discuss-gnuradio
 
 
 
  ___
  Discuss-gnuradio mailing list
  Discuss-gnuradio@gnu.org
  https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
 
 


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Doxygen documentation

2014-06-04 Thread jason sam
How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can
view the blocks' documentation from inside GRC?I have Doxygen installed but
its not configured with GRC.
Regards,
Ali
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio