Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-04 | docs: Removing some obsoleted Doxygen commands per issue #498. | Tom Rondeau | |
These were set to the defaults and so should not affect previous versions of Doxygen. | |||
2012-05-01 | docs: fixed bug in doxygen looking at howto dir. | Tom Rondeau | |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-03-01 | docs: setting up ability to link to example files in the Doxygen manual. ↵ | Tom Rondeau | |
Using the PFB channelize.py as a test. | |||
2011-12-04 | Merge branch 'more_swigness_docs' | Tom Rondeau | |
2011-12-01 | docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵ | Tom Rondeau | |
to expose all PMT functions in the manual. | |||
2011-11-28 | docs: removed unused xml-swig; replaced by doxyxml. | Tom Rondeau | |
2011-11-26 | docs: don't ignore the entire qtgui directory. | Tom Rondeau | |
2011-10-25 | docs: more ignore dirs for Doxygen. | Tom Rondeau | |
2011-10-25 | docs: ignore cmake header files. | Tom Rondeau | |
2011-10-24 | doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵ | Tom Rondeau | |
markup in internal (non-API) header files. | |||
2011-10-21 | docs: updating documentation. More build instructions/information in ↵ | Tom Rondeau | |
Doxygen. Added logo to doxygen manual, too. | |||
2011-10-21 | docs: Fixed the include path to always find the right path. | Tom Rondeau | |
2011-10-19 | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | |
Also removes related M4 and dependency requirements for USRP-related libs. | |||
2011-10-19 | Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵ | Tom Rondeau | |
(https://www.cgran.org/wiki/simple_ra). | |||
2011-10-09 | docs: force a directory to be checked for generated PMT include file to ↵ | Tom Rondeau | |
remove a warning. | |||
2011-10-08 | gcell: removed gcell and gr-gcell | Tom Rondeau | |
2011-09-26 | docs: fix Doxygen so it gets all generated files in builddir if this is ↵ | Tom Rondeau | |
different than srcdir. | |||
2010-11-17 | Keep doxygen 1.7.1 from crashing. | Eric Blossom | |
2010-04-27 | Missed updates for omnithread/mblock removal | Johnathan Corgan | |
2009-05-14 | Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeset | eb | |
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 |