A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jsdoc2md/dmd/issues/94 below:

@hideconstructor does not hide constructor · Issue #94 · jsdoc2md/dmd · GitHub

Hi,

I'm using @hideconstructor to hide constructor from markdown documents. I even coupled it with @private, but constructor is always documented.

Example (I tried every combination of @private and @hideconstructor)

/**
 * Some details
 * @public
 * @hideconstructor
 */
class MyClass {
  /**
   * Constructor details
   * @private
   * @hideconstructor
   */
  constructor() {
    this.attr = 1;
  }
}

Kind Regards,

curquhart, klasjersevi, RomanFrom710, stefan505, whitlockjc and 1 more


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4