You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cs/objDoc.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ V ukázkách podadresář **en** zastupuje jazyk.
34
34
| ⇄ Integrovaný proces |**i/en/grpproc_fulltextList.md** (toc je název integrovaného procesu - název instance pluginu) |
35
35
| 📄 Výpis zdrojového kódu |**i/en/cpp_pIndexFile.md** (pIndexFile je název třídy pluginu) |
36
36
| 🏷️ 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) |
37
39
38
40
## Konvence odkazu na dokumentaci z vnější nápovědy
39
41
@@ -61,6 +63,8 @@ Obecná struktura cesty odkazu:
61
63
| ⇄ Integrovaný proces |**:_grpproc:fulltextList.md**|
62
64
| 📄 Výpis zdrojového kódu |**:_cpp:pui.md**|
63
65
| 🏷️ Funkce třídy |**:_fn:pIndexFile:keywordList:init.md**|
66
+
| 🌐 global |**:_g:global.md**|
67
+
| 🌐 global -> 🏷️ funkce |**:_fn:loadPluginList.md**|
64
68
65
69
Dokumentace pro autory popisuje jak [přidat odkaz do textu kapitoly][AuthDocLinks].
Copy file name to clipboardExpand all lines: en/objDoc.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ In the examples, the **en** subdirectory represents the language.
34
34
| ⇄ Integrated process |**i/en/grpproc_fulltextList.md** (toc is the name of the integrated process - the name of the plugin instance) |
35
35
| 📄 Source code listing |**i/en/cpp_pIndexFile.md** (pIndexFile is the name of the plugin class) |
36
36
| 🏷️ 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) |
37
39
38
40
## Convention for linking to documentation from external help
39
41
@@ -61,6 +63,8 @@ General link path structure:
61
63
| ⇄ Integrated process |**:_grpproc:fulltextList.md**|
62
64
| 📄 Source code listing |**:_cpp:pui.md**|
63
65
| 🏷️ Class function |**:_fn:pIndexFile:keywordList:init.md**|
66
+
| 🌐 global |**:_g:global.md**|
67
+
| 🌐 global -> 🏷️ function |**:_fn:loadPluginList.md**|
64
68
65
69
The documentation for authors describes how to [add a link to the chapter text][AuthDocLinks].
0 commit comments