Skip to content

Commit

Permalink
updated jsdoc output
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasholderness committed Aug 25, 2017
1 parent 3b49670 commit 6cfce49
Show file tree
Hide file tree
Showing 68 changed files with 85 additions and 74 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ API Server for CogniCity
* Added integration tests on Travis, including against cognicity-schema
* Extended data format of cards data object to collect different types of data
* Merged changes from Chennai deployment, for better deployment in new cities
* Image upload changed to use AWS S3 signed links
2 changes: 1 addition & 1 deletion jsdoc/api_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
8 changes: 5 additions & 3 deletions jsdoc/api_routes_cards_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ <h1 class="page-title">Source: api/routes/cards/index.js</h1>
} else {
// Try and submit the report and update the card
cards(config, db, logger).updateReport(card,
{image_url: 'https://'+config.IMAGES_HOST+'/'
+req.params.cardId+'.jpg'})
{ //image_url: 'https://'+config.IMAGES_HOST+'/'
//+req.params.cardId+'.jpg'}
//TODO decide on where url is created, here or DB
image_url: req.params.cardId + '.jpg'})
.then((data) => {
clearCache();
logger.debug( 's3 signed request: ' + returnData.signedRequest);
Expand Down Expand Up @@ -327,7 +329,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_cards_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_cities_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_cities_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_feeds_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_feeds_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_floodgauges_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_floodgauges_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_floods_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_floods_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_infrastructure_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_infrastructure_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_reports_archive_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_reports_archive_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_reports_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/api_routes_reports_model.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions jsdoc/config.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="page-title">Source: config.js</h1>
AUTH0_CLIENT_ID: process.env.AUTH0_CLIENT_ID || 'auth0_client_id',
AUTH0_ISSUER: process.env.AUTH0_ISSUER || 'https://petabencana.au.auth0.com',
AUTH0_SECRET: process.env.AUTH0_SECRET || 'secret',
AWS_REGION: process.env.AWS_REGION || 'ap-south-1',
AWS_REGION: process.env.AWS_REGION || 'ap-southeast-1',
AWS_S3_ACCESS_KEY_ID: process.env.AWS_S3_ACCESS_KEY_ID || '',
AWS_S3_SECRET_ACCESS_KEY: process.env.AWS_S3_SECRET_ACCESS_KEY || '',
AWS_S3_SIGNATURE_VERSION: process.env.AWS_SIGNATURE_VERSION || 'v4',
Expand All @@ -67,7 +67,7 @@ <h1 class="page-title">Source: config.js</h1>
GEO_FORMAT_DEFAULT: process.env.GEO_FORMAT_DEFAULT || 'topojson',
GEO_FORMATS: (process.env.GEO_FORMATS || 'geojson,topojson').split(','),
GEO_PRECISION: process.env.GEO_PRECISION || 10,
IMAGES_BUCKET: process.env.IMAGES_BUCKET || 'testing-riskmap-image-uploads',
IMAGES_BUCKET: process.env.IMAGES_BUCKET || 'petabencana-image-uploads',
IMAGES_HOST: process.env.IMAGES_HOST || 'images.petabencana.id',
INFRASTRUCTURE_TYPES: (process.env.INFRASTRUCTURE_TYPES || 'floodgates,pumps,waterways').split(','),
LANGUAGES: (process.env.LANGUAGES || 'en,id').split(','),
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/db%0ADatabase%20initializermodule_.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/db.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
12 changes: 10 additions & 2 deletions jsdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,14 @@ <h3>Testing</h3><p>Testing is run by <a href="https://travis-ci.org/urbanriskmap
<h3>Issue Tracking</h3><p>Issues are tracked using <a href="https://github.com/urbanriskmap/cognicity-server/issues">GitHub</a></p>
<h3>Code documentation</h3><p>Internal code documentation is in the JSDoc format. Generated documentation is
in the jsdoc/ folder. To build documentation do:</p>
<pre class="prettyprint source lang-sh"><code>npm run jsdoc</code></pre><h3>Release</h3><p>The release procedure is as follows:</p>
<pre class="prettyprint source lang-sh"><code>npm run jsdoc</code></pre><h3>Package management</h3><p>Before deployment:</p>
<ul>
<li>Use NVM to switch to node and NPM versions specified in package.json for production</li>
<li>Run npm install</li>
<li>Run npm shrinkwrap --dev</li>
<li>Commit changes to npm-shrinkwrap.json</li>
</ul>
<h3>Release</h3><p>The release procedure is as follows:</p>
<ul>
<li>Update the CHANGELOG.md file with the newly released version, date, and a high-level overview of changes. Commit the change.</li>
<li>Build code documentation and commit changes.</li>
Expand All @@ -147,6 +154,7 @@ <h3>Code documentation</h3><p>Internal code documentation is in the JSDoc format
<li>Further development is now on the updated version number until the release process begins again.</li>
</ul>
<h3>API Notes</h3><p>Full API documentation at https://docs.petabencana.id. This documentation is stored in the <a href="https://github.com/urbanriskmap/petabencana-docs">petabencana-docs</a> repository.</p>
<p><a href="swagger-api.json">swagger-api.json</a> describes the API in <a href="https://swagger.io/">swagger</a> format (with AWS API Gateway extensions).</p>
<ul>
<li>The dbgeo library expects timestamps from database to be in UTC (i.e. not a local timezone)</li>
</ul>
Expand Down Expand Up @@ -553,7 +561,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/lib_cap.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/lib_util.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-lib_cap.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_cards_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_cards_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_cities_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_cities_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_feeds_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_feeds_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_floodgauges_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_floodgauges_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_floods_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_floods_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/module-src_api_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="db%250ADa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jun 30 2017 11:48:01 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Aug 25 2017 10:30:13 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 6cfce49

Please sign in to comment.