]> code.delx.au - pulseaudio/blobdiff - src/polyp/context.h
more documentation updates
[pulseaudio] / src / polyp / context.h
index 84830811629581a8e959bdb3c46263f3c19c8d87..01c1b76a0fd1c520026871d674b2892e67bd17d8 100644 (file)
@@ -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