Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nate Graham
Kid3
Commits
81df482e
Commit
81df482e
authored
Feb 24, 2009
by
Urs Fleisch
Browse files
fixed doxygen comments
parent
143234a4
Changes
5
Hide whitespace changes
Inline
Side-by-side
kid3/Doxyfile
View file @
81df482e
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = kid3
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.
0
PROJECT_NUMBER = 1.
2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
kid3/kid3/filelist.cpp
View file @
81df482e
...
...
@@ -66,8 +66,9 @@
#include
"taglibfile.h"
#endif
/* Only defined for generation of KDE3 translation files */
/*
*
Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_1 I18N_NOOP("Do you really want to delete these %1 items?")
/** Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_2 I18N_NOOP("Error while deleting these %1 items:")
/**
...
...
kid3/kid3/httpclient.cpp
View file @
81df482e
...
...
@@ -27,7 +27,7 @@
#include
"httpclient.h"
#include
"kid3.h"
/* Only defined for generation of KDE3 translation files */
/*
*
Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_1 I18N_NOOP("Data received: %1")
/**
...
...
@@ -276,6 +276,7 @@ void HttpClient::slotError(int err)
* Send a HTTP GET request.
*
* @param server host name
* @param path path of the URL
*/
void
HttpClient
::
sendRequest
(
const
QString
&
server
,
const
QString
&
path
)
{
...
...
kid3/kid3/httpclient.h
View file @
81df482e
...
...
@@ -61,6 +61,7 @@ public:
* Send a HTTP GET request.
*
* @param server host name
* @param path path of the URL
*/
void
sendRequest
(
const
QString
&
server
,
const
QString
&
path
);
...
...
kid3/kid3/rendirdialog.cpp
View file @
81df482e
...
...
@@ -45,12 +45,17 @@
#include
"miscconfig.h"
#include
"rendirdialog.h"
/* Only defined for generation of KDE3 translation files */
/*
*
Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_1 I18N_NOOP("Create directory %1 failed\n")
/** Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_2 I18N_NOOP("File %1 already exists\n")
/** Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_3 I18N_NOOP("%1 is not a directory\n")
/** Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_4 I18N_NOOP("Rename %1 to %2 failed\n")
/** Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_5 I18N_NOOP("%1 already exists\n")
/** Only defined for generation of KDE3 translation files */
#define FOR_KDE3_PO_6 I18N_NOOP("%1 is not a file\n")
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment