diff --git a/modules/matrix/doc/matrix_admin.xml b/modules/matrix/doc/matrix_admin.xml index 1424d122ec6..781edc1c355 100644 --- a/modules/matrix/doc/matrix_admin.xml +++ b/modules/matrix/doc/matrix_admin.xml @@ -62,7 +62,7 @@
Parameters -
+
<varname>db_url</varname> (string) The URL for the database connection. @@ -81,7 +81,7 @@ modparam("matrix", "db_url", "&defaultrodb;")
-
+
<varname>matrix_table</varname> (string) The name of the table containing the matrix data. @@ -100,7 +100,7 @@ modparam("matrix", "matrix_table", "matrix")
-
+
<varname>matrix_first_col</varname> (string) The name of the column containing the first row in the matrix. @@ -119,7 +119,7 @@ modparam("matrix", "matrix_first_col", "first")
-
+
<varname>matrix_second_col</varname> (string) The name of the column containing the second row in the matrix. @@ -138,7 +138,7 @@ modparam("matrix", "matrix_second_col", "second")
-
+
<varname>matrix_res_col</varname> (string) The name of the column containing the result ID to be used. @@ -160,7 +160,7 @@ modparam("matrix", "matrix_res_col", "res")
Functions -
+
<function moreinfo="none">matrix (string first, string second, string dstavp)</function>