Home
last modified time | relevance | path

Searched refs:get_markup_words (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/tools/docmaker/
Dcontent.py350 self.title = block.get_markup_words( "title" )
351 self.order = block.get_markup_words( "sections" )
388 self.abstract = block.get_markup_words( "abstract" )
639 def get_markup_words( self, tag_name ): member in DocBlock
662 result = self.get_markup_words( tag_name )