]> git.lyx.org Git - features.git/blobdiff - src/mathed/array.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / mathed / array.h
index 32e50c865089933964498888b324dacb9fc40d88..4683fc13acd5f3ccbb7117757e3318983b0d735a 100644 (file)
 #define byte unsigned char
 #endif
 
-/*@Doc: A resizable array
-  Why is it called "LyXArrayBase" if it is generic? (Lgb)
-  Initially I thought it could be the base class for both mathed's
-  and LyX' kernels data buffer. (Ale)
+/** A resizable array.
+    A general purpose resizable array.
+    @author Alejandro Aguilar Sierra
+    @version January 1996
   */
 class LyxArrayBase  {
 public: