Skip to content

Commit a16e552

Browse files
committed
remove doc of unused @requires tag from ref guide
1 parent 9db7e5e commit a16e552

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

contributor_docs/contributing_to_the_p5js_reference.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -977,21 +977,6 @@ Example:
977977
*/
978978
```
979979

980-
#### The @requires tag
981-
982-
The `@requires` tag defines the required imported modules that the current module depends on.
983-
984-
Example of `@for` and `@requires`
985-
986-
```js
987-
/**
988-
* @module Color
989-
* @submodule Creating & Reading
990-
* @for p5
991-
* @requires core
992-
* @requires constants
993-
*/
994-
```
995980
#### <a id="beta"></a>The @beta tag - marking experimental API features
996981

997982
This tag is used to mark that a feature is experimental and that its details may change or it may be removed. A warning will be presented explaining this on the reference page.

0 commit comments

Comments
 (0)