Browse Source

* Batch from Bart Broersma to add some info (Issue ID #38408)

git-svn-id: trunk@48434 -
michael 4 years ago
parent
commit
71f5e4534e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/fcl-stl/src/gdeque.pp

+ 5 - 0
packages/fcl-stl/src/gdeque.pp

@@ -14,6 +14,11 @@
 
 unit gdeque;
 
+{
+  Implements a generic double ended queue.
+  (See: https://en.wikipedia.org/wiki/Double-ended_queue)
+}
+
 interface
 
 type