Just FYI, there's a "javadoc" CSS class that will make your javadoc links monospace.
---------- Forwarded message ---------- From: <[email protected]> Date: 27 June 2016 at 06:15 Subject: [3/3] logging-log4j2 git commit: Add link to ScalaDoc To: [email protected] Add link to ScalaDoc Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c00ecb2f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c00ecb2f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c00ecb2f Branch: refs/heads/LOG4J-1181 Commit: c00ecb2f6144558f492f1f3b7dc0c3e6a5d0325f Parents: 01db8f5 Author: Mikael Ståldal <[email protected]> Authored: Mon Jun 27 13:15:27 2016 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Mon Jun 27 13:15:27 2016 +0200 ---------------------------------------------------------------------- src/site/xdoc/manual/scala-api.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c00ecb2f/src/site/xdoc/manual/scala-api.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/scala-api.xml b/src/site/xdoc/manual/scala-api.xml index ec6c955..660289e 100644 --- a/src/site/xdoc/manual/scala-api.xml +++ b/src/site/xdoc/manual/scala-api.xml @@ -67,6 +67,10 @@ class MyClass extends BaseClass with Logging { logger name, in a fashion very similar to the hierarchy used for Java/Scala package names. The Logging trait will automatically name the Logger accordingly to the class it is being used in. </p> + + <h4>ScalaDoc</h4> + <p><a href="../log4j-api-scala_2.11/scaladocs/index.html#org.apache.logging.log4j.scala.package">ScalaDoc</a>.</p> + </subsection> </section> </body> -- Matt Sicker <[email protected]>
