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/DistortedInputSurface.java
27 27
interface DistortedInputSurface
28 28
{
29 29
/**
30
 * Return a unique ID of this Surface.
30
 * Do not document this as public API
31
 * @y.exclude
31 32
 */
32 33
  long getID();
33 34
/**
34
 * Return the width of this Surface.
35
 * Do not document this as public API
36
 * @y.exclude
35 37
 */
36 38
  int getWidth();
37 39
/**
38
 * Return the height of this Surface.
40
 * Do not document this as public API
41
 * @y.exclude
39 42
 */
40 43
  int getHeight();
41 44
/**

Also available in: Unified diff