]> git.sesse.net Git - remoteglot/commitdiff
Add a tiny bit of variable documentation.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Mar 2016 23:02:12 +0000 (00:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Mar 2016 23:02:12 +0000 (00:02 +0100)
www/js/remoteglot.js

index 6819cb99eea1c64812ab258bbe9c97a1d5d48644..92ad761396e3f91d3a8696bcde8d1442b6344206 100644 (file)
@@ -123,7 +123,13 @@ var fen = null;
  * }} DisplayLine
  */
 
-/** @type {Array.<DisplayLine>}
+/** All PVs that we currently know of.
+ *
+ * Element 0 is history (or null if no history).
+ * Element 1 is current main PV.
+ * All remaining elements are refutation lines (multi-PV).
+ *
+ * @type {Array.<DisplayLine>}
  * @private
  */
 var display_lines = [];