From 78de7519692ea93a2d2c70f8c0e773668df49fce Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Wed, 7 Feb 2018 07:27:09 -0500 Subject: add subtopics to all methods add self-check looking for #In markup on every method, pointing to an existing #Subtopic to reference the method. Docs-Preview: https://skia.org/?cl=104325 Bug: skia:6898 Change-Id: I749a25b9a43033ae68d193249b2c0b810dcf8fc8 Reviewed-on: https://skia-review.googlesource.com/104325 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkMatrix_Reference.bmh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/SkMatrix_Reference.bmh') diff --git a/docs/SkMatrix_Reference.bmh b/docs/SkMatrix_Reference.bmh index 433466a90c..57648ad805 100644 --- a/docs/SkMatrix_Reference.bmh +++ b/docs/SkMatrix_Reference.bmh @@ -22,20 +22,19 @@ initializes all Matrix elements with the corresponding mapping. Matrix includes a hidden variable that classifies the type of matrix to improve performance. Matrix is not thread safe unless getType is called first. -#Subtopic Constructor +#Subtopic Member_Function #Populate ## -#Subtopic Operator +#Subtopic Related_Function #Populate ## -#Subtopic Member_Function +# ------------------------------------------------------------------------------ +#Subtopic Constructor #Populate ## -# ------------------------------------------------------------------------------ - #Method static SkMatrix SK_WARN_UNUSED_RESULT MakeScale(SkScalar sx, SkScalar sy) #In Constructor #Line # constructs from scale in x and y ## @@ -737,6 +736,9 @@ vertical translation ## # ------------------------------------------------------------------------------ +#Subtopic Operator +#Populate +## #Method SkScalar operator[](int index)_const -- cgit v1.2.3