Fix @links in rs. am: 444b48aa49
am: f3a3c5ecd2

Change-Id: Ibd50689842b3c4b00e77a530c714dae5ca88d69f
diff --git a/cpp/rsCppStructs.h b/cpp/rsCppStructs.h
index 1802386..2fecec9 100644
--- a/cpp/rsCppStructs.h
+++ b/cpp/rsCppStructs.h
@@ -3278,10 +3278,10 @@
      * @param TransA The type of transpose applied to matrix A.
      * @param TransB The type of transpose applied to matrix B.
      * @param alpha The scalar alpha.
-     * @param A The input allocation contains matrix A, supported elements type: {Element#F64_2
-     * @param B The input allocation contains matrix B, supported elements type: {Element#F64_2
+     * @param A The input allocation contains matrix A, supported elements type: {Element#F64_2}.
+     * @param B The input allocation contains matrix B, supported elements type: {Element#F64_2}.
      * @param beta The scalar beta.
-     * @param C The input allocation contains matrix C, supported elements type: {Element#F64_2
+     * @param C The input allocation contains matrix C, supported elements type: {Element#F64_2}.
      */
     void ZGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, Double2 alpha, sp<Allocation> A,
                       sp<Allocation> B, Double2 beta, sp<Allocation> C);