summaryrefslogtreecommitdiff
path: root/docs/doxygen/Doxyfile.in
AgeCommit message (Collapse)Author
2012-12-04docs: 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-01docs: fixed bug in doxygen looking at howto dir.Tom Rondeau
2012-04-13Removed 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-01docs: setting up ability to link to example files in the Doxygen manual. ↵Tom Rondeau
Using the PFB channelize.py as a test.
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-12-01docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵Tom Rondeau
to expose all PMT functions in the manual.
2011-11-28docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau
2011-11-26docs: don't ignore the entire qtgui directory.Tom Rondeau
2011-10-25docs: more ignore dirs for Doxygen.Tom Rondeau
2011-10-25docs: ignore cmake header files.Tom Rondeau
2011-10-24doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵Tom Rondeau
markup in internal (non-API) header files.
2011-10-21docs: updating documentation. More build instructions/information in ↵Tom Rondeau
Doxygen. Added logo to doxygen manual, too.
2011-10-21docs: Fixed the include path to always find the right path.Tom Rondeau
2011-10-19Removing 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-19Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵Tom Rondeau
(https://www.cgran.org/wiki/simple_ra).
2011-10-09docs: force a directory to be checked for generated PMT include file to ↵Tom Rondeau
remove a warning.
2011-10-08gcell: removed gcell and gr-gcellTom Rondeau
2011-09-26docs: fix Doxygen so it gets all generated files in builddir if this is ↵Tom Rondeau
different than srcdir.
2010-11-17Keep doxygen 1.7.1 from crashing.Eric Blossom
2010-04-27Missed updates for omnithread/mblock removalJohnathan Corgan
2009-05-14Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeseteb
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