Project

General

Profile

« Previous | Next » 

Revision 43fbf0dd

Added by Leszek Koltunski about 7 years ago

Exclude certain public methods from Javadoc API.

View differences:

src/main/java/org/distorted/library/DistortedOutputSurface.java
289 289
 * DistortedAttacheable interface, which should really be a class that we extend here instead but
290 290
 * Java has no multiple inheritance.
291 291
 *
292
 * @y.exclude
292 293
 * @param node new Node to add.
293 294
 */
294 295
  public void attachNow(DistortedNode node)
......
347 348
 * DistortedAttacheable interface, which should really be a class that we extend here instead but
348 349
 * Java has no multiple inheritance.
349 350
 *
351
 * @y.exclude
350 352
 * @param node The Node to remove.
351 353
 */
352 354
  public void detachNow(DistortedNode node)
......
374 376
 * This is not really part of the public API. Has to be public only because it is a part of the
375 377
 * DistortedAttacheable interface, which should really be a class that we extend here instead but
376 378
 * Java has no multiple inheritance.
379
 *
380
 * @y.exclude
377 381
 */
378 382
  public void detachAllNow()
379 383
    {

Also available in: Unified diff