Skip to content

Commit

Permalink
[DOC] update jsdoc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 23, 2023
1 parent 2b2a186 commit ed147e8
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 13,441 deletions.
2 changes: 1 addition & 1 deletion docs/Fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4 id="this-is-a-collection-of-hubspot-fields-js-functions-(methods)-that-are-u

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_namespaces.js.html">config/namespaces.js</a>, <a href="config_namespaces.js.html#line1">line 1</a>
<a href="types_namespaces.js.html">types/namespaces.js</a>, <a href="types_namespaces.js.html#line1">line 1</a>
</li></ul></dd>


Expand Down
2 changes: 1 addition & 1 deletion docs/Partials.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4 id="exapmle-of-partials.-do-not-use-in-production!">Exapmle of partials. Do

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_namespaces.js.html">config/namespaces.js</a>, <a href="config_namespaces.js.html#line7">line 7</a>
<a href="types_namespaces.js.html">types/namespaces.js</a>, <a href="types_namespaces.js.html#line7">line 7</a>
</li></ul></dd>


Expand Down
12 changes: 6 additions & 6 deletions docs/content-tab-fields.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ <h1 class="page-title">Source: content-tab-fields.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>import * as T from './config/types.js' // eslint-disable-line
<pre class="prettyprint source linenums"><code>import * as TYPES from './types/types.js' // eslint-disable-line
import { initField } from './utils/initField.js'

/**
* @ignore
* @typedef {T.EDITOR_OPTIONS} EDITOR_OPTIONS {@link EDITOR_OPTIONS}
* @typedef {T.DISPLAY_CONDITIONS} DISPLAY_CONDITIONS {@link DISPLAY_CONDITIONS}
* @typedef {T.REPEATER_OPTIONS} REPEATER_OPTIONS {@link REPEATER_OPTIONS}
* @typedef {T.REPEATER_OPTIONS_DEFAULT} REPEATER_OPTIONS_DEFAULT {@link REPEATER_OPTIONS_DEFAULT}
* @typedef {T.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
* @typedef {TYPES.EDITOR_OPTIONS} EDITOR_OPTIONS {@link EDITOR_OPTIONS}
* @typedef {TYPES.DISPLAY_CONDITIONS} DISPLAY_CONDITIONS {@link DISPLAY_CONDITIONS}
* @typedef {TYPES.REPEATER_OPTIONS} REPEATER_OPTIONS {@link REPEATER_OPTIONS}
* @typedef {TYPES.REPEATER_OPTIONS_DEFAULT} REPEATER_OPTIONS_DEFAULT {@link REPEATER_OPTIONS_DEFAULT}
* @typedef {TYPES.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
*/

// *************
Expand Down
12 changes: 6 additions & 6 deletions docs/fields.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ <h1 class="page-title">Source: fields.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>import * as T from './config/types.js' // eslint-disable-line
<pre class="prettyprint source linenums"><code>import * as TYPES from './types/types.js' // eslint-disable-line
import { initField } from './utils/initField.js'

/**
* @ignore
* @typedef {T.EDITOR_OPTIONS} EDITOR_OPTIONS {@link EDITOR_OPTIONS}
* @typedef {T.DISPLAY_CONDITIONS} DISPLAY_CONDITIONS {@link DISPLAY_CONDITIONS}
* @typedef {T.REPEATER_OPTIONS} REPEATER_OPTIONS {@link REPEATER_OPTIONS}
* @typedef {T.REPEATER_OPTIONS_DEFAULT} REPEATER_OPTIONS_DEFAULT {@link REPEATER_OPTIONS_DEFAULT}
* @typedef {T.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
* @typedef {TYPES.EDITOR_OPTIONS} EDITOR_OPTIONS {@link EDITOR_OPTIONS}
* @typedef {TYPES.DISPLAY_CONDITIONS} DISPLAY_CONDITIONS {@link DISPLAY_CONDITIONS}
* @typedef {TYPES.REPEATER_OPTIONS} REPEATER_OPTIONS {@link REPEATER_OPTIONS}
* @typedef {TYPES.REPEATER_OPTIONS_DEFAULT} REPEATER_OPTIONS_DEFAULT {@link REPEATER_OPTIONS_DEFAULT}
* @typedef {TYPES.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
*/

// *************
Expand Down
Binary file removed docs/fonts/OpenSans-Bold-webfont.eot
Binary file not shown.
1,830 changes: 0 additions & 1,830 deletions docs/fonts/OpenSans-Bold-webfont.svg

This file was deleted.

Binary file removed docs/fonts/OpenSans-Bold-webfont.woff
Binary file not shown.
Binary file removed docs/fonts/OpenSans-BoldItalic-webfont.eot
Binary file not shown.
1,830 changes: 0 additions & 1,830 deletions docs/fonts/OpenSans-BoldItalic-webfont.svg

This file was deleted.

Binary file removed docs/fonts/OpenSans-BoldItalic-webfont.woff
Binary file not shown.
Binary file removed docs/fonts/OpenSans-Italic-webfont.eot
Binary file not shown.
1,830 changes: 0 additions & 1,830 deletions docs/fonts/OpenSans-Italic-webfont.svg

This file was deleted.

Binary file removed docs/fonts/OpenSans-Italic-webfont.woff
Binary file not shown.
Binary file removed docs/fonts/OpenSans-Light-webfont.eot
Binary file not shown.
1,831 changes: 0 additions & 1,831 deletions docs/fonts/OpenSans-Light-webfont.svg

This file was deleted.

Binary file removed docs/fonts/OpenSans-Light-webfont.woff
Binary file not shown.
Binary file removed docs/fonts/OpenSans-LightItalic-webfont.eot
Binary file not shown.
1,835 changes: 0 additions & 1,835 deletions docs/fonts/OpenSans-LightItalic-webfont.svg

This file was deleted.

Binary file removed docs/fonts/OpenSans-LightItalic-webfont.woff
Binary file not shown.
Binary file removed docs/fonts/OpenSans-Regular-webfont.eot
Binary file not shown.
1,831 changes: 0 additions & 1,831 deletions docs/fonts/OpenSans-Regular-webfont.svg

This file was deleted.

Binary file removed docs/fonts/OpenSans-Regular-webfont.woff
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_types.js.html">config/types.js</a>, <a href="config_types.js.html#line48">line 48</a>
<a href="types_types.js.html">types/types.js</a>, <a href="types_types.js.html#line48">line 48</a>
</li></ul></dd>


Expand Down Expand Up @@ -2015,7 +2015,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_types.js.html">config/types.js</a>, <a href="config_types.js.html#line11">line 11</a>
<a href="types_types.js.html">types/types.js</a>, <a href="types_types.js.html#line11">line 11</a>
</li></ul></dd>


Expand Down Expand Up @@ -2306,7 +2306,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_types.js.html">config/types.js</a>, <a href="config_types.js.html#line1">line 1</a>
<a href="types_types.js.html">types/types.js</a>, <a href="types_types.js.html#line1">line 1</a>
</li></ul></dd>


Expand Down Expand Up @@ -3027,7 +3027,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_types.js.html">config/types.js</a>, <a href="config_types.js.html#line28">line 28</a>
<a href="types_types.js.html">types/types.js</a>, <a href="types_types.js.html#line28">line 28</a>
</li></ul></dd>


Expand Down Expand Up @@ -3302,7 +3302,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_types.js.html">config/types.js</a>, <a href="config_types.js.html#line37">line 37</a>
<a href="types_types.js.html">types/types.js</a>, <a href="types_types.js.html#line37">line 37</a>
</li></ul></dd>


Expand Down
14 changes: 7 additions & 7 deletions docs/group.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ <h1 class="page-title">Source: group.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>import * as T from './config/types.js' // eslint-disable-line
import { EditorOptions, DisplayConditions, RepeaterOptions, RepeaterOptionsDefault } from './common-properties.js'
<pre class="prettyprint source linenums"><code>import * as TYPES from './types/types.js' // eslint-disable-line
import { EditorOptions, DisplayConditions, RepeaterOptions, RepeaterOptionsDefault } from './utils/common-properties.js'

/**
* @ignore
* @typedef {T.EDITOR_OPTIONS} EDITOR_OPTIONS {@link EDITOR_OPTIONS}
* @typedef {T.DISPLAY_CONDITIONS} DISPLAY_CONDITIONS {@link DISPLAY_CONDITIONS}
* @typedef {T.REPEATER_OPTIONS} REPEATER_OPTIONS {@link REPEATER_OPTIONS}
* @typedef {T.REPEATER_OPTIONS_DEFAULT} REPEATER_OPTIONS_DEFAULT {@link REPEATER_OPTIONS_DEFAULT}
* @typedef {T.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
* @typedef {TYPES.EDITOR_OPTIONS} EDITOR_OPTIONS {@link EDITOR_OPTIONS}
* @typedef {TYPES.DISPLAY_CONDITIONS} DISPLAY_CONDITIONS {@link DISPLAY_CONDITIONS}
* @typedef {TYPES.REPEATER_OPTIONS} REPEATER_OPTIONS {@link REPEATER_OPTIONS}
* @typedef {TYPES.REPEATER_OPTIONS_DEFAULT} REPEATER_OPTIONS_DEFAULT {@link REPEATER_OPTIONS_DEFAULT}
* @typedef {TYPES.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
*/

// *************
Expand Down
4 changes: 2 additions & 2 deletions docs/init.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ <h1 class="page-title">Source: init.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>import * as T from './config/types.js' // eslint-disable-line
<pre class="prettyprint source linenums"><code>import * as TYPES from './types/types.js' // eslint-disable-line
import fsPromises from 'fs/promises'
import path from 'node:path'

/**
* @ignore
* @typedef {T.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
* @typedef {TYPES.COMMON_FIELDS} COMMON_FIELDS {@link COMMON_FIELDS}
*/

/**
Expand Down
139 changes: 0 additions & 139 deletions docs/lib_common-properties.js.html

This file was deleted.

62 changes: 0 additions & 62 deletions docs/lib_config_namespaces.js.html

This file was deleted.

Loading

0 comments on commit ed147e8

Please sign in to comment.