summaryrefslogtreecommitdiff
path: root/docs/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* docs: reworking doc into one extra dox file for easier linking.Tom Rondeau2012-09-033-159/+166
| | | | build_guide was not being found properly. Putting these together fixes that.
* docs: remove redundant retries from swig_doc.pyJosh Blum2012-07-031-74/+26
| | | | With proper build dependencies, it should not be needed.
* Merge branch 'maint'Tom Rondeau2012-06-101-1/+1
|\
| * volk: make sure the alignment call for a block passes at least 1.Tom Rondeau2012-06-101-1/+1
| | | | | | | | For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1.
| * docs: fixed Doxygen from looking in the howto dir.Tom Rondeau2012-06-041-2/+1
| |
* | docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar2012-05-212-30/+107
| |
* | Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into ↵Tom Rondeau2012-05-202-90/+129
|\ \ | | | | | | | | | sphinxdocs
| * | docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar2012-05-081-69/+69
| | |
| * | doxyxml: Added parsing of parameters from xml.Ben Reynwar2012-05-081-21/+60
| | |
* | | docs: fixed bug in doxygen looking at howto dir.Tom Rondeau2012-05-011-2/+1
|/ /
* / docs: updating build dependency and building instructions.Tom Rondeau2012-04-221-21/+11
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1318-774/+774
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Fix some minor warnings.Tom Rondeau2012-04-131-1/+1
|
* docs: adding more info to the doxygen manual's build guide.Tom Rondeau2012-04-031-1/+34
|
* Merge branch 'master' into nextJohnathan Corgan2012-03-012-0/+171
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am
| * Merge remote branch 'tom/safe_align'Johnathan Corgan2012-03-012-0/+171
| |\
| | * Merge branch 'master' into safe_alignJohnathan Corgan2012-02-142-19/+67
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
| | * | volk: added some documentation to the Doxygen manual explaining Volk and how ↵Tom Rondeau2012-02-132-0/+171
| | | | | | | | | | | | | | | | to use it.
* | | | Merge branch 'master' into nextTom Rondeau2012-03-012-1/+15
|\| | |
| * | | Merge branch 'maint'Tom Rondeau2012-03-012-1/+15
| |\ \ \ | | |_|/ | |/| |
| | * | docs: setting up ability to link to example files in the Doxygen manual. ↵maint-3.5.1Tom Rondeau2012-03-012-1/+15
| | | | | | | | | | | | | | | | Using the PFB channelize.py as a test.
* | | | Merge branch 'master' into nextTom Rondeau2012-02-141-8/+0
|\| | |
| * | | Merge branch 'maint'Tom Rondeau2012-02-141-8/+0
| |\| |
| | * | docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun2012-02-141-8/+0
| | | |
* | | | Merge branch 'master' into nextTom Rondeau2012-02-101-0/+2
|\| | |
| * | | docs: swig_docs don't look at operators when building Python documentation.Marcus Mueller2012-02-101-0/+2
| |/ /
* | | Merge branch 'master' into nextTom Rondeau2012-01-191-11/+65
|\| |
| * | docs: another try/except/rerun spot.Tom Rondeau2012-01-191-6/+22
| | |
| * | Merge branch 'nosync' into maintTom Rondeau2012-01-191-6/+44
| |\ \ | | |/ | |/|
| | * docs: another hack to check for errors and retry when building the swigdocs.Tom Rondeau2012-01-161-1/+1
| | |
| | * docs: another recheck point in the siwg_doc code. If a parse error happens, ↵Tom Rondeau2012-01-061-4/+24
| | | | | | | | | | | | try rereading up to 3 times.
| | * build: have swig_doc catch the exception when the xml parsing fails on a ↵Tom Rondeau2012-01-031-2/+20
| | | | | | | | | | | | | | | | | | not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
| | * build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau2012-01-031-1/+1
| | |
| | * build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau2012-01-031-1/+1
| | | | | | | | | | | | with -jN.
* | | Merge branch 'master' into nextTom Rondeau2011-12-301-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
| * | 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.
* / Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-087-177/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-0432-562/+14703
|\
| * docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵Tom Rondeau2011-12-011-2/+4
| | | | | | | | to expose all PMT functions in the manual.
| * docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau2011-11-287-581/+1
| |
| * docs: fixing swig Doxygen file to ignore some files in qtgui.Tom Rondeau2011-11-271-1/+1
| |
| * docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵Tom Rondeau2011-11-271-2/+2
| | | | | | | | | | | | | | | | autotools and cmake. The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this). Only for gnuradio-core and gr-digital currently.
| * work on swig docs, added to core and digitalJosh Blum2011-11-161-5/+5
| |
| * docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-1627-2/+14721
| |
* | docs: don't ignore the entire qtgui directory.Tom Rondeau2011-11-261-1/+0
|/
* docs: more ignore dirs for Doxygen.Tom Rondeau2011-10-251-0/+1
|
* docs: ignore cmake header files.Tom Rondeau2011-10-251-0/+1
|
* build: better handling of doxygen building and consistency between build tools.Tom Rondeau2011-10-241-0/+1
|
* doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵Tom Rondeau2011-10-241-1/+2
| | | | markup in internal (non-API) header files.
* docs: distribute doxygen logo file.Tom Rondeau2011-10-241-0/+2
|