Commit | Line | Data |
---|---|---|
08fe2e33 NR |
1 | /** |
2 | * This package contains all the output processors. | |
3 | * <p> | |
4 | * Of those, only {@link be.nikiroo.fanfix.output.BasicOutput} is public, | |
5 | * but it contains a method | |
925298fd | 6 | * ({@link be.nikiroo.fanfix.output.BasicOutput#getOutput(be.nikiroo.fanfix.output.BasicOutput.OutputType, boolean,boolean)}) |
08fe2e33 NR |
7 | * to get all the other |
8 | * {@link be.nikiroo.fanfix.output.BasicOutput.OutputType}s. | |
9 | * | |
10 | * @author niki | |
11 | */ | |
12 | package be.nikiroo.fanfix.output; |