Browse Source

Set the :experimental: attribute and added keyboard key for (/).

mitm 6 years ago
parent
commit
59b7746e64
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/docs/asciidoc/jme3/intermediate/appsettings.adoc

+ 2 - 1
src/docs/asciidoc/jme3/intermediate/appsettings.adoc

@@ -4,6 +4,7 @@
 :revdate: 2016/03/17 20:48
 :relfileprefix: ../../
 :imagesdir: ../..
+:experimental:
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
@@ -228,7 +229,7 @@ a|Restart()ing a running game restarts the game context and applies the updated
 
 [CAUTION]
 ====
-Due to a current bug and inconsistent behavior observed related to the preferences save location, to ensure correct behavior, save() and load() should only use forward slashes (/) and must be all lowercase.
+Due to a current bug and inconsistent behavior observed related to the preferences save location, to ensure correct behavior, save() and load() should only use forward slashes kbd:[/] and must be all lowercase.
 
 More information can be found link:https://github.com/jMonkeyEngine/jmonkeyengine/issues/1161[here].
 ====