summaryrefslogtreecommitdiff
path: root/docs/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* Documented cppunit dependency removalMarcus Müller2018-06-251-1/+0
| | | | In both the build guide as well as the CHANGELOG.md
* adding documentation on how to releaseMarcus Müller2018-06-251-0/+25
|
* logging: updated doxygen with section about how to use logging module in OOT ↵Jacob Gilbert2018-03-301-0/+18
| | | | modules
* docs: adding zmq, sphinx to build deps, restructure optionalsMarcus Müller2018-03-301-4/+14
|
* docs: reproducible doxygen buildsA. Maitland Bottoms2018-03-272-3/+3
| | | | Eradicates HTML and documentation time stamps.
* Merge branch 'maint'Martin Braun2018-02-032-10/+5
|\
| * Replaced redmine URLs.Marcus Müller2018-02-031-2/+1
| |
| * wiki URL fixes, moving log4cpp to mandatory depsMarcus Müller2018-02-031-9/+5
| |
* | Comment typo fixing.luz.paz2018-02-034-4/+4
| | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | Merge branch 'maint'Johnathan Corgan2017-10-051-50/+46
|\|
| * proofed and did minor restructuring of doxygen page on stream tagsMarc L2017-09-261-50/+46
| |
* | Merge branch 'maint'Johnathan Corgan2017-09-221-109/+127
|\|
| * doc: improved msg passing section of usage manual in doxygenMarc L2017-09-021-109/+127
| |
* | Merge branch 'maint'Johnathan Corgan2017-08-033-20/+19
|\|
| * doc: proofed sections: metadata, PMT, handling flowgraphs, exploring gnuradioMarc L2017-07-313-20/+19
| |
* | Merge branch 'maint'Johnathan Corgan2017-04-101-1/+1
|\|
| * docs: nitpicky minor fixSebastian Koslowski2017-04-101-1/+1
| |
* | cmake/docs: Move min versions into a single spot, put them all into varsMartin Braun2017-03-262-11/+26
|/ | | | | - Autogen docs appropriately - Make it easier to maintain min versions
* Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-1023-1/+208
|
* Doxygen: Adding actual GNU FDL license file.Ben Hilburn2017-03-103-1/+498
|
* Doxygen: Fixing license notice on Doxygen-generated `index.html`.Ben Hilburn2017-03-101-2/+11
| | | | Also fixed old link to Tom's blog to point to new GNU Radio blog.
* remove obsolete doxygen XML tagsA. Maitland Bottoms2016-11-212-24/+0
| | | | | | | "The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete." -- Ddoxygen commit ba31ee73aad3bdc6b3854add2db01c302c9cf19c This patch reduces noise about obsolete settings from Doxygen.
* Merge remote-tracking branch 'github/packet3'Johnathan Corgan2016-06-251-0/+1
|\
| * digital: Added lots and lots of examples for overhauled packet formatTom Rondeau2016-06-141-0/+1
| |
* | Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-201-1/+1
|/
* ctrlport: change to doc; no -p flag required for gr-perf-monitorxtracierenea2016-04-041-1/+1
| | | | | | | Updating documentation to reflect that -p flag isn't necessary. It causes this error for me: ValueError: invalid literal for int() with base 10: '-p' Segmentation fault
* ctrlport: change to doc; no -p flag required for gr-ctrlport-monitortracierenea2016-04-041-1/+1
| | | | | | Updating documentation to reflect that -p flag isn't necessary. It causes this error for me: ValueError: invalid literal for int() with base 10: '-p'
* Merge branch 'maint'Johnathan Corgan2015-04-291-0/+40
|\
| * Merge remote-tracking branch 'mbr0wn/docs/msg_cmds' into maintJohnathan Corgan2015-04-291-0/+40
| |\
| | * docs: Added section on message commandsMartin Braun2015-04-291-0/+40
| | |
* | | Merge branch 'maint'Johnathan Corgan2015-04-291-6/+6
|\| |
| * | Merge remote-tracking branch 'ravi/maint' into maintJohnathan Corgan2015-04-291-4/+4
| |\ \
| | * | Provide correct URLs in the doxygen build guideRavi Sharan2015-04-291-4/+4
| | |/ | | | | | | | | | | | | The previous URLs were directed to windows packages. The current ones direct to correct URLS.
| * / docs: Fixing some missing parameters and other Doxygen errors/warnings.Tom Rondeau2015-04-281-2/+2
| |/
* | Merge branch 'ctrlport'Johnathan Corgan2015-04-153-4/+444
|\ \ | |/ |/|
| * controlport: more documentation and linking info.Tom Rondeau2015-04-022-1/+13
| | | | | | | | | | Also allows use of Thrift config file to overload the max number of attempts when starting application and looking for a port.
| * docs: adding in info on ControlPort and Thrift.Tom Rondeau2015-04-022-3/+431
| |
* | docs: doxyfile maintenance.Tom Rondeau2015-04-131-3/+30
| | | | | | | | | | Remove any local paths, no longer pull in volk, and other minor cleanups.
* | removed doxyxml exampleMarcus Müller2015-04-0510-2786/+0
|/
* qtgui: remove dependency mentions of PyQWT.Tom Rondeau2015-04-021-1/+0
| | | | | | | Using PyQT widgets now instead of PyQWT for the QT Range widget. Some programs, like gr_filter_design, require PyQWT but will explicitly fail and tell the user that the package is missing. PyQWT is no longer required for gr-qtgui.
* docs: fixed labels and references in manual.Tom Rondeau2015-03-2310-69/+69
| | | | | | | Doxygen is getting more strict with having labels for every section, and warns when there are section name collisions. This prefixes all section and subsection labels with the component to make them all unique.
* Merge branch 'maint'Johnathan Corgan2014-12-231-1/+1
|\
| * fixed tiny typo (send_meassage->send_message)Marcus Müller2014-12-121-1/+1
| |
* | docs: adding info on python-pmt converters into pmt manual page.Tom Rondeau2014-10-101-0/+17
| |
* | docs: Adds a brief explanation about adding and getting items tags ↵Tom Rondeau2014-09-301-1/+4
| | | | | | | | | | | | inside/outside calls to work. Addresses issue #699.
* | Merge branch 'maint'Tom Rondeau2014-09-251-2/+2
|\|
| * build_guide: Make explicit we only support Qt4Doug Geiger2014-09-251-2/+2
| |
* | docs: fixed path stripping for binary dirs in doxygen manual.Tom Rondeau2014-09-241-1/+26
|/
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
|
* Merge branch 'maint'Tom Rondeau2014-08-082-339/+3
|\ | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt