adobe / aio-lib-photoshop-api

Adobe I/O Photoshop API SDK
Apache License 2.0
26 stars 11 forks source link

Mark FileResolver as @private so it's not part of the generated docs #9

Open bobvanmanen opened 3 years ago

bobvanmanen commented 3 years ago

FileResolver is mostly meant to be used internally, however initially I thought it might give some idea how urls/filenames are resolved by the API. Looking at the generated documentation now, and also https://github.com/adobe/asset-compute-example-workers/pull/29/files, I realize that it is misleading and clients may be calling directly before calling the Photoshop API.

I think the class should be marked with @private so the documentation is no longer generated.