small apidox fixes:

- remove the translated entries for the x-test language
- remove DocPath from the application .desktop
- MimeType is a list of strings, so it should end with the separator (';')

svn path=/trunk/KDE/kdegraphics/okular/; revision=759082
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 88ea8c2992
commit bb62a5b2fa
  1. 10
      Mainpage.dox

@ -302,11 +302,9 @@ with the following content:
Encoding=UTF-8 Encoding=UTF-8
Type=Service Type=Service
Name=Magic Document Name=Magic Document
Name[x-test]=xxMagic Documentxx
Comment=Magic Document backend for okular Comment=Magic Document backend for okular
Comment[x-test]=xxMagic Document backend for okularxx
ServiceTypes=okular/Generator ServiceTypes=okular/Generator
MimeType=application/x-magic MimeType=application/x-magic;
X-KDE-Library=okularGenerator_magic X-KDE-Library=okularGenerator_magic
X-KDE-Priority=1 X-KDE-Priority=1
X-KDE-okularAPIVersion=1 X-KDE-okularAPIVersion=1
@ -330,13 +328,10 @@ Encoding=UTF-8
MimeType=application/x-magic; MimeType=application/x-magic;
Terminal=false Terminal=false
Name=okular Name=okular
Name[x-test]=xxokularxx
GenericName=Document Viewer GenericName=Document Viewer
GenericName[x-test]=xxDocument Viewerxx
Exec=okular %U %i -caption "%c" Exec=okular %U %i -caption "%c"
Icon=okular Icon=okular
Type=Application Type=Application
DocPath=okular/index.html
InitialPreference=7 InitialPreference=7
Categories=Qt;KDE;Graphics;Viewer; Categories=Qt;KDE;Graphics;Viewer;
NoDisplay=true NoDisplay=true
@ -352,11 +347,10 @@ The third .desktop file looks like this:
Encoding=UTF-8 Encoding=UTF-8
Icon=okular Icon=okular
Name=okular Name=okular
Name[x-test]=xxokularxx
ServiceTypes=KParts/ReadOnlyPart ServiceTypes=KParts/ReadOnlyPart
X-KDE-Library=libokularpart X-KDE-Library=libokularpart
Type=Service Type=Service
MimeType=application/x-magic MimeType=application/x-magic;
\endverbatim \endverbatim
You can use the file as it is as well, you just have to adapt the mimetype. This file is needed to allow You can use the file as it is as well, you just have to adapt the mimetype. This file is needed to allow

Loading…
Cancel
Save