| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There is only one simple block in here for now, and there are probably
some doxygen issues but it builds and tests properly.
Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
|
| |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
|
| |
This functionality has been migrated to the new gr-dtv top-level
component.
|
| |
|
|
|
|
| |
docs: also updating Doxygen category for all new/moved blocks.
|
|
|
|
| |
Block categories in Doxygen now match where they are in GRC's category tree.
|
|
|
|
| |
Also sneaking in a new analog group for gr-analog.
|
|
|
|
|
|
| |
this in the future.
The sed script was provided by Moritz Fischer.
|
| |
|
|
|
|
| |
them. Also set the alpha value to a default of 0.001; most won't need to change this.
|
| |
|
|
|
|
| |
Also removes related M4 and dependency requirements for USRP-related libs.
|
|
|
|
| |
explination on how to use them and where to find more info.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
|
|
|
|
| |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5
|
|
moves the primary doxygen configuration under the top-level docs
directory. It creates a new "docs" top-level component that can be
enabled/disabled using the configure --disable-docs option. At this
time, the --enable-doxygen option is still required to enable the
generation of the doxygen documents. I think the flag should probably
be removed, and default to "yes" if we find doxygen on the path. The
user can disable the doc generation using --disable-docs if desired.
The doxygen config file has been modified such that doxygen is now
only run on the C++ sources. No attempt is made to process the python
code using doxygen. This results in a less confusing set of docs for
the the C++ API. Straightening out the python docs is left for later.
Many classes are currently misclassified (\ingroup <wrong>). That
will probably require another day of work, that I can't get to right now.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11027 221aa14e-8319-0410-a670-987f0aec2ac5
|