From: Josh Blum Date: Thu, 8 Oct 2009 02:22:03 +0000 (-0700) Subject: added noaa to extract doc matcher X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a9a81b990895b4cc19d7a0817ec9e4677f0a870b;p=debian%2Fgnuradio added noaa to extract doc matcher --- diff --git a/grc/python/extract_docs.py b/grc/python/extract_docs.py index f0c1e749..f41f415b 100644 --- a/grc/python/extract_docs.py +++ b/grc/python/extract_docs.py @@ -63,7 +63,7 @@ def _extract(key): #extract descriptions comp_name = extract_txt(xml.xpath(DOXYGEN_NAME_XPATH)[0]).strip() comp_name = ' --- ' + comp_name + ' --- ' - if re.match('(gr|usrp2|trellis)_.*', key): + if re.match('(gr|usrp2|trellis|noaa)_.*', key): brief_desc = extract_txt(xml.xpath(DOXYGEN_BRIEFDESC_GR_XPATH)[0]).strip() detailed_desc = extract_txt(xml.xpath(DOXYGEN_DETAILDESC_GR_XPATH)[0]).strip() else: