Skip to content

Commit 5979f27

Browse files
committed
EN,CZ : objDoc : global and functions of global locations mentioned
1 parent 5bed39c commit 5979f27

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cs/objDoc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ V ukázkách podadresář **en** zastupuje jazyk.
3434
| ⇄ Integrovaný proces | **i/en/grpproc_fulltextList.md** (toc je název integrovaného procesu - název instance pluginu) |
3535
| 📄 Výpis zdrojového kódu | **i/en/cpp_pIndexFile.md** (pIndexFile je název třídy pluginu) |
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) |
37+
| 🌐 global | **i/en/g_global.md** |
38+
| 🌐 global -> 🏷️ funkce | **i/en/method_loadPluginList.md** (loadPluginList je název funkce) |
3739

3840
## Konvence odkazu na dokumentaci z vnější nápovědy
3941

@@ -61,6 +63,8 @@ Obecná struktura cesty odkazu:
6163
| ⇄ Integrovaný proces | **:_grpproc:fulltextList.md** |
6264
| 📄 Výpis zdrojového kódu | **:_cpp:pui.md** |
6365
| 🏷️ Funkce třídy | **:_fn:pIndexFile:keywordList:init.md** |
66+
| 🌐 global | **:_g:global.md** |
67+
| 🌐 global -> 🏷️ funkce | **:_fn:loadPluginList.md** |
6468

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

en/objDoc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ In the examples, the **en** subdirectory represents the language.
3434
| ⇄ Integrated process | **i/en/grpproc_fulltextList.md** (toc is the name of the integrated process - the name of the plugin instance) |
3535
| 📄 Source code listing | **i/en/cpp_pIndexFile.md** (pIndexFile is the name of the plugin class) |
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) |
37+
| 🌐 global | **i/en/g_global.md** |
38+
| 🌐 global -> 🏷️ function | **i/en/method_loadPluginList.md** (loadPluginList is the name of the function) |
3739

3840
## Convention for linking to documentation from external help
3941

@@ -61,6 +63,8 @@ General link path structure:
6163
| ⇄ Integrated process | **:_grpproc:fulltextList.md** |
6264
| 📄 Source code listing | **:_cpp:pui.md** |
6365
| 🏷️ Class function | **:_fn:pIndexFile:keywordList:init.md** |
66+
| 🌐 global | **:_g:global.md** |
67+
| 🌐 global -> 🏷️ function | **:_fn:loadPluginList.md** |
6468

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

0 commit comments

Comments
 (0)