Category "code-documentation"

How to document LWC Salesforce components public variables with JSDoc?

JSDoc skips my public LWC variables. Here is an example: /** * SomePublicVarName mode - default is false. * * @type {boolean} */ @a

Canon ccapi contents` returns 100 images only

I am using Canon ccapi to download the last image taken. I am trying to find it by getting the list of all the photos from contents request and then download th

How to include external file as Sphinx documentation similar to a code block?

How to include external file as Sphinx documentation similar to a code block? And how can I make it style the syntax color?

What Tools are Used to Draw Software Documentation [closed]

I would like to draw diagrams like this one: (taken from here.) What tools are available to create such figures?

Does anyone have the "Documentation URL"s in PyCharm for the following libraries:

I'm a fan of the "quick documentation" feature of PyCharm & other Jetbrains IDEs, but it needs to know the specific "Documentation URL" for each library, th

Why is edoc unable to discover callbacks?

For some time we are able to declare behaviour callback using -callback attribute instead of behaviour_info/1 (which in my opinion is more convenient). But, the