Commit | Line | Data |
---|---|---|
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 | |
6 | * ({@link be.nikiroo.fanfix.output.BasicOutput#getOutput(be.nikiroo.fanfix.output.BasicOutput.OutputType, boolean,boolean)}) | |
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; |