> For the complete documentation index, see [llms.txt](https://docs.mediamagic.dev/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mediamagic.dev/product-docs/services/graphql-gateway/node_modules/apollo/protobufjs/cli/lib/tsd-jsdoc.md).

# protobuf.js fork of tsd-jsdoc

This is a modified version of [tsd-jsdoc](https://github.com/englercj/tsd-jsdoc) v1.0.1 for use with protobuf.js, parked here so we can process issues and pull requests. The ultimate goal is to switch back to the a recent version of tsd-jsdoc once it meets our needs.

## Options

* **module: `string`**\
  Wraps everything in a module of the specified name.
* **private: `boolean`**\
  Includes private members when set to `true`.
* **comments: `boolean`**\
  Skips comments when explicitly set to `false`.
* **destination: `string|boolean`**\
  Saves to the specified destination file or to console when set to `false`.

## Setting options on the command line

Providing `-q, --query <queryString>` on the command line will set respectively override existing options. Example: `-q module=protobufjs`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mediamagic.dev/product-docs/services/graphql-gateway/node_modules/apollo/protobufjs/cli/lib/tsd-jsdoc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
