From 54a8ca2fbee6ab6df9d3427f6642cf461d29e935 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Tue, 30 May 2006 08:02:58 +0000 Subject: HTML formatting for a usage example. --- mtxmatrix.h | 2 ++ 1 file changed, 2 insertions(+) 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 : + *
      * MtxRational r;
      * r = matrix[1][2];
+     * 
*/ MtxRational * operator[](size_t index) const; MtxMatrix operator+() const; -- cgit v1.2.3