With the new 1.0.51 build, my build targets that previously included source in the documentation no longer do so.
My build.fan looks something like:
using build class Build : BuildPod { new make() { depends = ["sys 1.0"] docApi = true docSrc = true podName = "example" srcDirs = [`fan/src/`] summary = "example pod" version = Version("0.1") } }
That was a bug, a fix was posted earlier in the week
changeset
Login or Signup to reply.
msl Thu 11 Feb 2010
With the new 1.0.51 build, my build targets that previously included source in the documentation no longer do so.
My build.fan looks something like:
brian Thu 11 Feb 2010
That was a bug, a fix was posted earlier in the week
changeset