summaryrefslogtreecommitdiff
path: root/docs/doxygen
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: updating documentation. More build instructions/information in ↵Tom Rondeau2011-10-214-2/+159
| | | | Doxygen. Added logo to doxygen manual, too.
* docs: Fixed the include path to always find the right path.Tom Rondeau2011-10-211-1/+1
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-35/+1
|\
| * Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-192-33/+1
| | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
| * Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵Tom Rondeau2011-10-191-2/+0
| | | | | | | | (https://www.cgran.org/wiki/simple_ra).
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-143-1/+84
|\|
| * docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵Tom Rondeau2011-10-143-1/+84
| | | | | | | | explination on how to use them and where to find more info.
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-113-10/+12
|\| | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * docs: force a directory to be checked for generated PMT include file to ↵Tom Rondeau2011-10-091-1/+1
| | | | | | | | remove a warning.
| * docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau2011-10-092-1/+3
| |
| * docs: adding uhd Doxygen documentation page and README file.Tom Rondeau2011-10-092-0/+2
| |
| * doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau2011-10-092-0/+2
| |
| * docs: adding README.vocoder and a Doxygen page for the vocoder block.Tom Rondeau2011-10-091-0/+2
| |
| * docs: This adds documentation to gr-digital in the form of a README.digital ↵Tom Rondeau2011-10-091-0/+2
| | | | | | | | and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page.
| * digital: adding Doxygen group digitalTom Rondeau2011-10-091-0/+1
| |
| * gcell: removed gcell and gr-gcellTom Rondeau2011-10-082-9/+0
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-12/+12
| |
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-281-1/+1
|\| | | | | | | | | | | Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py
| * docs: fix Doxygen so it gets all generated files in builddir if this is ↵Tom Rondeau2011-09-261-1/+1
| | | | | | | | different than srcdir.
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+51
|/
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* Keep doxygen 1.7.1 from crashing.Eric Blossom2010-11-171-2/+4
|
* Missed updates for omnithread/mblock removalJohnathan Corgan2010-04-271-3/+0
|
* Remove omnithreads library.Johnathan Corgan2010-04-264-1145/+1
|
* Regenerate defective omnithread.pdfEric Blossom2010-02-081-0/+0
| | | | Thanks to Dimitris Symeonidis for pointing out the problem and solution.
* Added git ignore files auto created from svn:ignore properties.git2009-08-143-0/+37
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Doc fixes.eb2009-05-222-6/+19
| | | | 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-1416-0/+4010
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