(create-comment-controller id label)
Creates a new {@link CommentController comment controller} instance.
Parameters:
id
: string
- An id
for the comment controller.label
: string
- A human-readable string for the comment controller.Returns: CommentController
- An instance of {@link CommentControllercomment controller}.
Creates a new {@link CommentController comment controller} instance. **Parameters:** - `id`: `string` - An `id` for the comment controller. - `label`: `string` - A human-readable string for the comment controller. **Returns:** `CommentController` - An instance of {@link CommentControllercomment controller}.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close