Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>This question may be a duplicate... <a href="https://stackoverflow.com/questions/15158745/google-apps-script-auto-generated-library-documentation/15161288#15161288">this answer certainly is</a>.</em></p> <p>The jsdoc variant suported for libraries in Google Apps Script does not support documentation at the level you are looking for, only first-level functions. There is a <a href="http://code.google.com/p/google-apps-script-issues/issues/detail?id=1389&amp;thanks=1389&amp;ts=1338940848" rel="nofollow noreferrer">relevant open bug report</a> on this, but no response from Google.</p> <p>You can still write your jsdoc tags, and generate your documentation outside of the Google infrastructure. Take a look at <a href="https://stackoverflow.com/questions/12461752/how-to-preview-jsdoc-comments-in-google-doc-scripts">How to preview jsdoc comments in google doc scripts</a> for some pointers on how to preview your jsdoc comments. You could take the output of <code>jsdoc3</code> and publish it on a site to provide your docs to your community.</p> <p>Other relevant / possible duplicate posts:</p> <ul> <li><a href="https://stackoverflow.com/questions/10890177/creating-a-namespace-like-organization-in-a-google-apps-script-library">Creating a namespace-like organization in a google apps script library</a></li> <li><a href="https://stackoverflow.com/questions/15158745/google-apps-script-auto-generated-library-documentation">Google Apps Script Auto Generated Library Documentation</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload