0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Add comments and docstrings to the code

This commit is contained in:
alamin655 2023-07-07 20:08:47 +05:30 committed by GitHub
parent 09d9573c55
commit f103e4643c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/** /**
* Navigates to the next page by incrementing the current page number in the URL query parameters. * Navigates to the next page by incrementing the current page number in the URL query string.
* @returns {void} * @returns {void}
*/ */
function navigate_forward() { function navigate_forward() {
@ -19,7 +19,7 @@ function navigate_forward() {
} }
/** /**
* Navigates to the previous page by decrementing the current page number in the URL query parameters. * Navigates to the previous page by decrementing the current page number in the URL query string.
* @returns {void} * @returns {void}
*/ */
function navigate_backward() { function navigate_backward() {