X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Fpython%2Fextract_docs.py;fp=grc%2Fpython%2Fextract_docs.py;h=f41f415b2c96af3f4ba9f4e2fc39d0da166bec42;hb=8a9ddbb0675f9bfcc6e03b457fba6c79474a3693;hp=f0c1e749cec747b150593d3ce362b63aeb88b488;hpb=82d471b9b4a8b389b5da44b19c69c36420828382;p=debian%2Fgnuradio 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: