summaryrefslogtreecommitdiffstats
path: root/src/polyp/sample.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-13 13:45:38 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-13 13:45:38 +0000
commit20f4ae65f2ec49cc0ef733b67c5194a0eb3d453b (patch)
treea1b9a372328d40e13c847b28169c41c0c883cddd /src/polyp/sample.h
parentceb09d8ae9bd11380ed3dc7d28054812ff0a0f04 (diff)
more documentation updates
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@697 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/sample.h')
-rw-r--r--src/polyp/sample.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/polyp/sample.h b/src/polyp/sample.h
index 0706be5a..4de84301 100644
--- a/src/polyp/sample.h
+++ b/src/polyp/sample.h
@@ -28,14 +28,14 @@
#include <polyp/cdecl.h>
-/** \page sample Sample format specifications
+/** \page sample Sample Format Specifications
*
* \section overv_sec Overview
*
* Polypaudio is capable of handling a multitude of sample formats, rates
* and channels, transparently converting and mixing them as needed.
*
- * \section format_sec Sample format
+ * \section format_sec Sample Format
*
* Polypaudio supports the following sample formats:
*
@@ -52,7 +52,7 @@
* The sample formats that are sensitive to endianness have convenience
* macros for native endian (NE), and reverse endian (RE).
*
- * \section rate_sec Sample rates
+ * \section rate_sec Sample Rates
*
* Polypaudio supports any sample rate between 1 Hz and 4 GHz. There is no
* point trying to exceed the sample rate of the output device though as the
@@ -78,7 +78,7 @@
* \li pa_bytes_to_usec() - Calculate the time it would take to play a buffer
* of a certain size.
*
- * \section util_sec Convenience functions
+ * \section util_sec Convenience Functions
*
* The library also contains a couple of other convenience functions:
*