summaryrefslogtreecommitdiffstats
path: root/src/polyp/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/context.h')
-rw-r--r--src/polyp/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/polyp/context.h b/src/polyp/context.h
index 84830811..01c1b76a 100644
--- a/src/polyp/context.h
+++ b/src/polyp/context.h
@@ -36,7 +36,7 @@
* It allows full access to all available functions. This also means that
* it is rather complex and can take some time to fully master.
*
- * \section mainloop_sec Main loop abstraction
+ * \section mainloop_sec Main Loop Abstraction
*
* The API is based around an asynchronous event loop, or main loop,
* abstraction. This abstraction contains three basic elements:
@@ -63,7 +63,7 @@
* \ref mainloop-signal.h. These rely only on the main loop abstraction
* and can therefore be used with any of the implementations.
*
- * \section refcnt_sec Reference counting
+ * \section refcnt_sec Reference Counting
*
* Almost all objects in polypaudio are reference counted. What that means
* is that you rarely malloc() or free() any objects. Instead you increase