gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
416 stars 190 forks source link

build doxygen set to true by default #508

Closed 777arc closed 6 years ago

777arc commented 6 years ago

We were having an issue where people weren't seeing anything in the documentation tab of a block in GRC, and it turns out it's because this was disabled by default. Yes I know you can enable doxygen with a flag, but so many people are using pybombs with the standard "pybombs install gnuradio" as their go-to method for new installs, and it makes GR seem less mature when the documentation tabs are empty.

Let me know if it makes more sense to change gnuradio.lwr instead of this.

dkozel commented 6 years ago

@mbr0wn This seems a useful change.