vert-x3 / vertx-docgen

Documentation generation
Apache License 2.0
23 stars 11 forks source link

Add support for whole file inclusion as source #9

Closed cescoffier closed 9 years ago

cescoffier commented 9 years ago

When translate is set to false it should be able to include the whole (Java) file using:

----
{@link org.acme.MyClass}
----

Obviously, this would only be available for Java class inclusion (that's why it forces translate=false)