Lines Matching refs:brief
81 # Extracts the brief comment from a complete comment. The brief comment is the
84 local rule brief-comment (
93 local brief = $(m[1]) ;
97 brief += $(m[1]) ;
99 return $(brief:J="") ;
112 $(module-name).brief = [ brief-comment $(docs) ] ;
131 $(module-name).copy-brief = [ brief-comment $(copyright) ] ;
153 $(module-name).$(name).brief = [ brief-comment $(docs) ] ;
240 $(module-name).$(name).brief = [ brief-comment $(docs) ] ;
407 # Generate brief documentation for all the known items in the section for a
434 print.list-item $(item)\: $($(module).$(item).brief) ;
443 # modules together with a brief description of each.
458 # The brief docs for each module.
459 print.list-item $(module-name)\: $($(module-name).brief) ;
468 # The brief docs for each module.