work
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Jan 2020 17:50:54 +0000 (17:50 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Jan 2020 17:51:30 +0000 (17:51 +0000)
src/output/spv/vizml.grammar

index ceedc666d4b418bd1ff37b435e6d830f7cbf769c..08fb88ea7495e009e2b11fa27ceca3e0f496624d 100644 (file)
@@ -1,18 +1,18 @@
-# PSPP - a program for statistical analysis.
-# Copyright (C) 2017, 2018, 2019 Free Software Foundation, Inc.
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+// PSPP - a program for statistical analysis.
+// Copyright (C) 2017, 2018, 2019, 2020 Free Software Foundation, Inc.
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 visualization
    :creator?
@@ -72,7 +72,7 @@ extension[visualization_extension]
    :boxplotLinkWidth=bool?
 => EMPTY
 
-userSource :missing=(listwise | pairwise)? => EMPTY   # Related to omit_empty?
+userSource :missing=(listwise | pairwise)? => EMPTY   // Related to omit_empty?
 
 categoricalDomain => variableReference categories? simpleSort?