Skip to content

Commit c6c998c

Browse files
committed
EN,CZ : objDoc : global variables locations mentioned
1 parent 5979f27 commit c6c998c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cs/objDoc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ V ukázkách podadresář **en** zastupuje jazyk.
3636
| 🏷️ Funkce třídy | **i/en/method_pIndexFile_keywordList_init.md** (pIndexFile je název třídy pluginu, keywordList název instance pluginu, init je název funkce) |
3737
| 🌐 global | **i/en/g_global.md** |
3838
| 🌐 global -> 🏷️ funkce | **i/en/method_loadPluginList.md** (loadPluginList je název funkce) |
39+
| 🌐 global -> ⚪ proměnná | **i/en/var_srcJSOverride.md** (srcJSOverride je název proměnné/konstanty) |
3940

4041
## Konvence odkazu na dokumentaci z vnější nápovědy
4142

@@ -65,6 +66,7 @@ Obecná struktura cesty odkazu:
6566
| 🏷️ Funkce třídy | **:_fn:pIndexFile:keywordList:init.md** |
6667
| 🌐 global | **:_g:global.md** |
6768
| 🌐 global -> 🏷️ funkce | **:_fn:loadPluginList.md** |
69+
| 🌐 global -> ⚪ proměnná | **:_var:srcJSOverride.md** |
6870

6971
Dokumentace pro autory popisuje jak [přidat odkaz do textu kapitoly][AuthDocLinks].
7072

en/objDoc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ In the examples, the **en** subdirectory represents the language.
3636
| 🏷️ Class function | **i/en/method_pIndexFile_keywordList_init.md** (pIndexFile is the name of the plugin class, keywordList is the name of the plugin instance, init is the name of the function) |
3737
| 🌐 global | **i/en/g_global.md** |
3838
| 🌐 global -> 🏷️ function | **i/en/method_loadPluginList.md** (loadPluginList is the name of the function) |
39+
| 🌐 global -> ⚪ variable | **i/en/var_srcJSOverride.md** (srcJSOverride je název proměnné/konstanty) |
3940

4041
## Convention for linking to documentation from external help
4142

@@ -65,6 +66,7 @@ General link path structure:
6566
| 🏷️ Class function | **:_fn:pIndexFile:keywordList:init.md** |
6667
| 🌐 global | **:_g:global.md** |
6768
| 🌐 global -> 🏷️ function | **:_fn:loadPluginList.md** |
69+
| 🌐 global -> ⚪ variable | **:_var:srcJSOverride.md** |
6870

6971
The documentation for authors describes how to [add a link to the chapter text][AuthDocLinks].
7072

0 commit comments

Comments
 (0)