summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <syn@sceen.net>2006-05-30 08:02:58 +0000
committerRichard Braun <syn@sceen.net>2006-05-30 08:02:58 +0000
commit54a8ca2fbee6ab6df9d3427f6642cf461d29e935 (patch)
tree50759d4341ed0ec0019fedc430c0b020f072fd8c
parent483262ee7926579339f1a817707f08ab19482b74 (diff)
HTML formatting for a usage example.
-rw-r--r--mtxmatrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mtxmatrix.h b/mtxmatrix.h
index e2f8c10..34c20c2 100644
--- a/mtxmatrix.h
+++ b/mtxmatrix.h
@@ -191,8 +191,10 @@ class MtxMatrix: public MtxValue
* Return the address of the line at requested index.
*
* NULL is returned if index is invalid. Usage example :
+ * <pre>
* MtxRational r;
* r = matrix[1][2];
+ * </pre>
*/
MtxRational * operator[](size_t index) const;
MtxMatrix operator+() const;