blob: e41d2bc7d072060746e84713a966d047db871c94 [file] [log] [blame]
package test.html.pre;
public class X13 {
/**
* "Star" an existing nfm x.
*
* <pre>
* start stop
* | |
* +---+ +---------+ +---------+ +---+
* | |->| x start | | x stop |->| |
* +---+ +---------+ +---------+ +---+
* | | | |
* | +-----<------+ |
* +------>-------------------------+
* </pre>
*
* Frees x.
*/
void foo() {
}
}