|
Revision 86, 304 bytes
(checked in by harald, 2 years ago)
|
- add default logback config
- add #region output to c# templates to suppress code validation
- fix a proxy generation bug where nested generic types were not resolved
|
| Line | |
|---|
| 1 |
import com.sun.tools.javadoc.Main; |
|---|
| 2 |
|
|---|
| 3 |
public class TestAsdoclet { |
|---|
| 4 |
public static void main(String[] args) { |
|---|
| 5 |
Main.execute(new String[]{"-d", "test/results/cs", "-doclet", "org.fluffnstuff.asdoclet.AsDoclet", "-generator", "cs", "asdoclet.test", "test/asdoclet/test/TestProxyInterface.java"}); |
|---|
| 6 |
} |
|---|
| 7 |
} |
|---|