Fixed link behavior.
* Removed the automatic document table heading based on the document id. * Fixed the way 'absolute' links were resolved in `Processor`. A leading `/` for a link passed into `Processor.resolveLink` really means "resolve as if I am starting from the documentation root." * Moved the default logging configuration out of the final jar path. This is to help with environments that have multiple projects in the same classpath and therefore may have multiple `logback.groovy` configurations loading. * Tweaked CSS.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#Tue, 03 Jan 2012 14:03:49 -0600
|
||||
#Wed, 04 Jan 2012 18:05:01 -0600
|
||||
name=jlp
|
||||
version=1.4a
|
||||
build.number=18
|
||||
version=1.4
|
||||
build.number=11
|
||||
lib.local=true
|
||||
release.dir=release
|
||||
main.class=com.jdblabs.jlp.JLPMain
|
||||
|
Reference in New Issue
Block a user