changeset 894:a1d72228af00

jsduck for forms
author Dustin Demuth <dustin@intevation.de>
date Thu, 23 Jul 2015 17:04:46 +0200
parents 07dfcdf5b41f
children 2b7bcb778f0a
files app/view/form/Location.js app/view/form/Messprogramm.js app/view/form/Messung.js app/view/form/Ort.js app/view/form/Probe.js
diffstat 5 files changed, 11 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/form/Location.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Location.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Probe
+/**
+ * Form to edit the Location of a Probe
  */
 Ext.define('Lada.view.form.Location', {
     extend: 'Ext.form.Panel',
--- a/app/view/form/Messprogramm.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Messprogramm.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Messprogramm
+/**
+ * Form to edit a Messprogramm
  */
 Ext.define('Lada.view.form.Messprogramm', {
     extend: 'Ext.form.Panel',
--- a/app/view/form/Messung.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Messung.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Messung
+/**
+ * Form to edit a Messung
  */
 Ext.define('Lada.view.form.Messung', {
     extend: 'Ext.form.Panel',
--- a/app/view/form/Ort.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Ort.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,9 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Probe
+/**
+ * Form to edit a Ort of a Probe.
+ * This differs from a Location
  */
 Ext.define('Lada.view.form.Ort', {
     extend: 'Ext.form.Panel',
--- a/app/view/form/Probe.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Probe.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Probe
+/**
+ * Form to edit a Probe
  */
 Ext.define('Lada.view.form.Probe', {
     extend: 'Ext.form.Panel',

http://lada.wald.intevation.org