On Sun, Mar 05, 2017 at 08:29:13PM -0500, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > I was reviewing this link of documentation, and could not find any > > relation to a license: > > http://gnuradio.org/doc/doxygen/index.html > > Can you find the source code for this in the source repo? > > > However, documentation within the package gnuradio-3.7.10.1.tar.gz is > > Is that the source code of the documentation in > http://gnuradio.org/doc/doxygen/index.html? > > I am guessing that you already know the answer, but I don't -- I have > never seen either of them.
Source code is in gnuradio-3.7.10.1/docs/doxygen/other, if I am no mistaken. And GNU radio package is to be found here: http://gnuradio.org/releases/gnuradio/gnuradio-3.7.10.1.tar.gz Source code of documentation is not in simple format, it seems to be Doxygen format. Doxygen extracts documentation from C++ files. Jean Louis
