diff matrix.h @ 5:5f3c32dc6e17

* Adjust comment syntax to permit Doxygen to generate HTML documentation; add Doxyfile
author Chris Cannam
date Wed, 06 Oct 2010 15:19:49 +0100
parents fc19d45615d1
children 977f541d6683
line wrap: on
line diff
--- a/matrix.h	Tue Oct 05 17:03:27 2010 +0100
+++ b/matrix.h	Wed Oct 06 15:19:49 2010 +0100
@@ -1,8 +1,8 @@
 #ifndef MatrixH
 #define MatrixH
 
-/*
-  Matrix.cpp - matrix operations.
+/**
+  \file matrix.h - matrix operations.
 
   Matrices are accessed by double pointers as MATRIX[Y][X], where Y is the row index.
 */