[funds-cvs] r165 - trunk/funds/src

abaine at common-lisp.net abaine at common-lisp.net
Sun Aug 19 16:30:29 UTC 2007


Author: abaine
Date: Sun Aug 19 12:30:28 2007
New Revision: 165

Modified:
   trunk/funds/src/queue.lisp
Log:
Documented queue.

Modified: trunk/funds/src/queue.lisp
==============================================================================
--- trunk/funds/src/queue.lisp	(original)
+++ trunk/funds/src/queue.lisp	Sun Aug 19 12:30:28 2007
@@ -18,6 +18,7 @@
 (in-package :funds)
 
 (defstruct queue
+  "A FIFO queue."
   (next-priority 0)
   (heap (make-heap)))
 



More information about the Funds-cvs mailing list