Git commit fca3f7d69c3a9692341e2769934af2591f3fcabb by Urs Fleisch. Committed on 26/01/2020 at 10:17. Pushed by ufleisch into branch 'bellaperez/kid3-bellaperez/Documentation_improves'.
Do not change id and linkend attributes The IDs in the docbook are also used in the source code to jump to the corresponding topic. Since they are internal and not user visible, there is no reason to change them. M +6 -6 doc/en/index.docbook https://invent.kde.org/kde/kid3/commit/fca3f7d69c3a9692341e2769934af2591f3fcabb diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 119f7513..e13df453 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -447,7 +447,7 @@ folder. </para> </sect2> -<sect2 id="folder-list"> +<sect2 id="directory-list"> <title>Folder List</title> <para> @@ -1765,7 +1765,7 @@ selected files. If UTF8 is selected, UTF16 will be used for ID3v2.3.0 tags because UTF8 is not supported for this format.</para></listitem> </varlistentry> -<varlistentry id="rename-folder"> +<varlistentry id="rename-directory"> <term><menuchoice> <guimenu>Tools</guimenu> <guimenuitem>Rename Folder...</guimenuitem> @@ -3009,7 +3009,7 @@ linkend="create-playlist">Create Playlist</link>. <para>Rename or create folders from the values in the tags according to a given <replaceable>FORMAT</replaceable> (⪚ <userinput>%{artist} - %{album}</userinput>, see <link -linkend="rename-folder">Rename Folder</link>), if no format is given, +linkend="rename-directory">Rename Folder</link>), if no format is given, the format defined in the <guilabel>Rename folder</guilabel> dialog is used. The default mode is <option>rename</option>; to create folders, <option>create</option> must be given explicitly. The rename actions will be @@ -3472,7 +3472,7 @@ in <filename>net.sourceforge.Kid3.xml</filename>. The Kid3 interface has the following methods: </para> -<sect2 id="dbus-openFolder"> +<sect2 id="dbus-openDirectory"> <title>Open file or folder</title> <funcsynopsis> <funcprototype> @@ -3847,7 +3847,7 @@ saving failed.</para> <para>Returns true if there is a current file.</para> </sect2> -<sect2 id="dbus-expandFolder"> +<sect2 id="dbus-expandDirectory"> <title>Expand or collapse the current file item if it is a folder</title> <funcsynopsis> <funcprototype> @@ -3975,7 +3975,7 @@ saving failed.</para> <para>Returns true if OK.</para> </sect2> -<sect2 id="dbus-getFolderName"> +<sect2 id="dbus-getDirectoryName"> <title>Get path of folder</title> <funcsynopsis> <funcprototype>
