You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/08/27 11:50:32 UTC

[17/50] logging-log4j2 git commit: Add link to ScalaDoc

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/master
Commit: c00ecb2f6144558f492f1f3b7dc0c3e6a5d0325f
Parents: 01db8f5
Author: Mikael St�ldal <mi...@staldal.nu>
Authored: Mon Jun 27 13:15:27 2016 +0200
Committer: Mikael St�ldal <mi...@staldal.nu>
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>