summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/group_defs.dox
Commit message (Collapse)AuthorAgeFilesLines
* gr-pdu: initial commit with the PDU moduleJacob Gilbert2021-03-181-0/+1
| | | | | | | 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>
* docs: fix stray references to pager, fcd, and noaaJohnathan Corgan2017-04-181-8/+0
|
* Merge branch 'master' into nextJohnathan Corgan2017-03-151-0/+9
|\
| * Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-101-0/+9
| |
* | wxgui: removedJohnathan Corgan2016-09-081-1/+0
| |
* | Removed top-level component gr-atsc.Johnathan Corgan2015-03-221-5/+0
|/ | | | | This functionality has been migrated to the new gr-dtv top-level component.
* docs: Netwrok -> Network (satisfy OCD)Martin Braun2014-01-241-1/+1
|
* grc: fixing up new next structure blocks for GRC categories.Tom Rondeau2013-04-041-0/+1
| | | | docs: also updating Doxygen category for all new/moved blocks.
* docs: updating Doxygen categories for all blocks.Tom Rondeau2013-04-041-26/+40
| | | | Block categories in Doxygen now match where they are in GRC's category tree.
* docs: Adding notes discussing how to use new max_output_buffer feature.Tom Rondeau2012-10-031-0/+1
| | | | Also sneaking in a new analog group for gr-analog.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-3/+3
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun2012-02-141-8/+0
|
* digital: added documentation for SNR estimators; made a Doxygen group for ↵Tom Rondeau2011-12-291-0/+1
| | | | them. Also set the alpha value to a default of 0.001; most won't need to change this.
* docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-161-0/+3
|
* Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-3/+0
| | | | Also removes related M4 and dependency requirements for USRP-related libs.
* docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵Tom Rondeau2011-10-141-0/+1
| | | | explination on how to use them and where to find more info.
* docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau2011-10-091-0/+1
|
* docs: adding uhd Doxygen documentation page and README file.Tom Rondeau2011-10-091-0/+1
|
* doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau2011-10-091-0/+1
|
* digital: adding Doxygen group digitalTom Rondeau2011-10-091-0/+1
|
* gcell: removed gcell and gr-gcellTom Rondeau2011-10-081-8/+0
|
* Doc fixes.eb2009-05-221-6/+12
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
* doc fixes! work-in-progresseb2009-05-221-55/+31
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5
* Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeseteb2009-05-141-0/+95
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