summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/main_page.dox
AgeCommit message (Collapse)Author
2013-02-16docs: adding section to main page explaining config files.Tom Rondeau
2012-12-18docs: Restructuring main page to point to new pages describing features in GR.Tom Rondeau
2012-10-03core: fixed swig file for exporting max/min buffer sizes with port first.Tom Rondeau
2012-10-03docs: Adding notes discussing how to use new max_output_buffer feature.Tom Rondeau
Also sneaking in a new analog group for gr-analog.
2012-10-02Merge branch 'max_nout_each'Tom Rondeau
2012-09-03docs: reworking doc into one extra dox file for easier linking.Tom Rondeau
build_guide was not being found properly. Putting these together fixes that.
2012-06-04docs: added section explaining the basics of reconfiguring a flowgraph.Tom Rondeau
2012-06-04docs: added a description of a basic flowgraph to the manual's main page.Tom Rondeau
Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them.
2012-02-13volk: added some documentation to the Doxygen manual explaining Volk and how ↵Tom Rondeau
to use it.
2011-10-21docs: updating documentation. More build instructions/information in ↵Tom Rondeau
Doxygen. Added logo to doxygen manual, too.
2011-10-14docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵Tom Rondeau
explination on how to use them and where to find more info.
2011-10-09docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau
2011-10-09docs: adding uhd Doxygen documentation page and README file.Tom Rondeau
2011-10-09doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau
2011-10-09docs: adding README.vocoder and a Doxygen page for the vocoder block.Tom Rondeau
2011-10-09docs: This adds documentation to gr-digital in the form of a README.digital ↵Tom Rondeau
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.
2009-05-22Doc fixes.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
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