Hello Karel,
Yesterday, discussing with a friend who is writing his documentation using asciidoctor:
http://beta.groovy-lang.org/docs/groovy-2.3.0-SNAPSHOT/html/documentation/
Instead of using line number, he uses tag in his documentation inclusion like:
[source,groovy]
--------------------------------
include::{projectdir}/src/spec/test/DifferencesFromJavaTest.groovy[tags=innerclass_3,indent=0]
————————————————
And in his code source he puts some tag like below:
// tag::innerclass_3[]
public class Y {
public class X {}
public X foo() {
return new X()
}
public static X createX(Y y) {
return new X(y)
}
}
// end::innerclass_3[]
I think it worth a trial. wdyt?
++
Corinne
On 21 Feb 2014, at 11:03, Karel Piwko <kpiwko(a)redhat.com> wrote:
I've created following Git hook -
https://github.com/kpiwko/asciidoc-git-hooks
Let me know if you like it and we can start using it improving our
documentation kept DRY experience.
Thanks,
Karel
_______________________________________________
aerogear-dev mailing list
aerogear-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev