Home | History | Annotate | Download | only in docs

Lines Matching full:indent

304 def ljust(size, indent=4):
311 indent: an integer representing the initial indendation level
326 return what + "\n" + "".ljust(indent + size)
783 def javadoc(metadata, indent = 4):
791 indent: baseline level of indentation for javadoc block
794 - Indent and * for insertion into a Javadoc comment block
818 comment_prefix = " " * indent + " * ";
860 # Indent each line
872 def ndkdoc(metadata, indent = 4):
880 indent: baseline level of indentation for comment block
883 - Indent and * for insertion into a comment block
932 comment_prefix = " " * indent + " * ";
935 # Indent each line
991 <!--- can't use dedent directly since 'foo' has no indent -->