소스 검색

Update read_graphic_card_capabilites.adoc

Changed note text to Admonition.
mitm001 9 년 전
부모
커밋
4a1f2e7a8c
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/docs/asciidoc/jme3/advanced/read_graphic_card_capabilites.adoc

+ 4 - 1
src/docs/asciidoc/jme3/advanced/read_graphic_card_capabilites.adoc

@@ -18,7 +18,10 @@ Collection<Caps> caps = renderer.getCaps();
 Logger.getLogger(HelloWorld.class.getName()).log(Level.INFO, “Caps: {0}”, caps.toString());
 Logger.getLogger(HelloWorld.class.getName()).log(Level.INFO, “Caps: {0}”, caps.toString());
 ----
 ----
 
 
-*Note:* Replace `HelloWorld` by the name of the class where you are using this line.
+[NOTE]
+====
+Replace `HelloWorld` by the name of the class where you are using this line.
+====
 
 
 
 
 == Examples
 == Examples