discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to find functions in Doxygen file? (or some w


From: Firas A.
Subject: Re: [Discuss-gnuradio] How to find functions in Doxygen file? (or some where else?)
Date: Mon, 30 Jun 2008 22:26:48 -0700 (PDT)

Hi,


The official GnuRadio documentation at [
http://gnuradio.org/doc/doxygen/hierarchy.html ] is old and not updated from
a very long time.

Also the un-official GnuRadio documentation at
[http://www.ece.jhu.edu/~cooper/SWRadio/Simple-Gnuradio-User-Manual-v1.0.pdf]
is old too and not updated from a long time.

To generate up-to-date documentation that includes both C++ and python
function do:

1) Install Doxygen in your machine.

2) Download latest Gnuradio revision from the trunk to a temporary folder
(ex: doc-gnuradio)
        svn co http://gnuradio.org/svn/gnuradio/trunk doc-gnuradio

3) cd to doc-gnuradio

4) ./bootstrap

5) ./configure --enable-doxygen

6) cd gnuradio-core/doc

7) make doc

An html folder will be created in this folder. In this html folder look for
index.html  open and bookmark it in your browser.


To generate USRP documentation too:

1) cd to usrp/doc

2) make

in usrp/doc/html folder, look for index.html open and bookmark it in your
browser.


To save space, optionally  you can delete all doc-gnuradio folders except
gnuradio-core/doc  and usrp/doc folders



Regards,

Firas



-- 
View this message in context: 
http://www.nabble.com/How-to-find-functions-in-Doxygen-file--%28or-some-where-else-%29-tp18201004p18209453.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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