mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
fixed comments
so that these functions end up on the correct jsdoc page
This commit is contained in:
parent
8c1310c334
commit
c090f8d27f
3 changed files with 8 additions and 8 deletions
|
@ -80,7 +80,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
/**
|
||||
* CryptoData class
|
||||
*
|
||||
* bundles helper fuctions used in both paste and comment formats
|
||||
* bundles helper functions used in both paste and comment formats
|
||||
*
|
||||
* @name CryptoData
|
||||
* @class
|
||||
|
@ -95,7 +95,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
/**
|
||||
* gets the cipher data (cipher text + adata)
|
||||
*
|
||||
* @name Paste.getCipherData
|
||||
* @name CryptoData.getCipherData
|
||||
* @function
|
||||
* @return {Array}|{string}
|
||||
*/
|
||||
|
@ -108,7 +108,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
/**
|
||||
* Paste class
|
||||
*
|
||||
* bundles helper fuctions around the paste formats
|
||||
* bundles helper functions around the paste formats
|
||||
*
|
||||
* @name Paste
|
||||
* @class
|
||||
|
@ -171,7 +171,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
/**
|
||||
* Comment class
|
||||
*
|
||||
* bundles helper fuctions around the comment formats
|
||||
* bundles helper functions around the comment formats
|
||||
*
|
||||
* @name Comment
|
||||
* @class
|
||||
|
@ -183,7 +183,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
/**
|
||||
* gets the UNIX timestamp of the comment creation
|
||||
*
|
||||
* @name Paste.getCreated
|
||||
* @name Comment.getCreated
|
||||
* @function
|
||||
* @return {int}
|
||||
*/
|
||||
|
@ -195,7 +195,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
/**
|
||||
* gets the icon of the comment submitter
|
||||
*
|
||||
* @name Paste.getIcon
|
||||
* @name Comment.getIcon
|
||||
* @function
|
||||
* @return {string}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue