Преглед на файлове

Updated redame to reflect javadoc global attribute.

mitm преди 5 години
родител
ревизия
11e9ebbe9f
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      README.adoc

+ 7 - 1
README.adoc

@@ -67,7 +67,13 @@ For example: `++image::jme3/beginner/beginner-assets-models.png[beginner-assets-
 **  If you want to include an image inline, use the `image:` prefix instead (notice there is only one colon):
 +
 See link:http://asciidoctor.org/docs/user-manual/#images[http://asciidoctor.org/docs/user-manual/#images] for in depth instructions.
-
+. When linking to the jMonkeyEngine javadocs, use the global attribute `{link-javadoc}` in your link path.
++
+.Link example
+```
+link:{link-javadoc}/com/jme3/app/state/BaseAppState.html[BaseAppState]
+```
+** see link:https://wiki.jmonkeyengine.org/wiki/wiki_header.html[Anatomy of a Wiki Header] for details on how to override this setting.
 
 == Build