Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
46418d0f
Commit
46418d0f
authored
4 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
event/ServerSocket: remove obsolete API documentation
parent
ad585e17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
ServerSocket.hxx
src/event/ServerSocket.hxx
+0
-3
Resampler.hxx
src/pcm/Resampler.hxx
+0
-1
No files found.
src/event/ServerSocket.hxx
View file @
46418d0f
...
@@ -73,7 +73,6 @@ public:
...
@@ -73,7 +73,6 @@ public:
* Throws #std::runtime_error on error.
* Throws #std::runtime_error on error.
*
*
* @param port the TCP port
* @param port the TCP port
* @param error location to store the error occurring
*/
*/
void
AddPort
(
unsigned
port
);
void
AddPort
(
unsigned
port
);
...
@@ -85,7 +84,6 @@ public:
...
@@ -85,7 +84,6 @@ public:
*
*
* @param hostname the host name to be resolved
* @param hostname the host name to be resolved
* @param port the TCP port
* @param port the TCP port
* @param error location to store the error occurring
*/
*/
void
AddHost
(
const
char
*
hostname
,
unsigned
port
);
void
AddHost
(
const
char
*
hostname
,
unsigned
port
);
...
@@ -95,7 +93,6 @@ public:
...
@@ -95,7 +93,6 @@ public:
* Throws #std::runtime_error on error.
* Throws #std::runtime_error on error.
*
*
* @param path the absolute socket path
* @param path the absolute socket path
* @param error location to store the error occurring
*/
*/
void
AddPath
(
AllocatedPath
&&
path
);
void
AddPath
(
AllocatedPath
&&
path
);
...
...
This diff is collapsed.
Click to expand it.
src/pcm/Resampler.hxx
View file @
46418d0f
...
@@ -42,7 +42,6 @@ public:
...
@@ -42,7 +42,6 @@ public:
* modify the object to enforce another input format (however,
* modify the object to enforce another input format (however,
* it may not request a different input sample rate)
* it may not request a different input sample rate)
* @param new_sample_rate the requested output sample rate
* @param new_sample_rate the requested output sample rate
* @param error location to store the error
* @return the format of outgoing data
* @return the format of outgoing data
*/
*/
virtual
AudioFormat
Open
(
AudioFormat
&
af
,
virtual
AudioFormat
Open
(
AudioFormat
&
af
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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