mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
updated documentation
This commit is contained in:
parent
f1d06c55b4
commit
0772f6bb4e
16 changed files with 188 additions and 20 deletions
13
doc/jsdoc/db/Pad.md
Normal file
13
doc/jsdoc/db/Pad.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# db/
|
||||
`require("./db/Pad");`
|
||||
|
||||
The pad object, defined with joose
|
||||
|
||||
## Functions
|
||||
|
||||
- - -
|
||||
### cleanText (txt)
|
||||
Copied from the Etherpad source code. It converts Windows line breaks to Unix line breaks and convert Tabs to spaces
|
||||
|
||||
* **txt** *No description*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue