Silence two Doxygen warnings.
authorAndre Noll <maan@systemlinux.org>
Wed, 16 Mar 2011 20:30:26 +0000 (21:30 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 16 Mar 2011 20:30:26 +0000 (21:30 +0100)
Doxygen does not like comments in <brackets>. Use upper case instead.
This gets rid of annoying warnings of the form

/home/work/maan/scm/paraslash/audiod_command_list.h:13: warning: Unsupported xml/html tag <parent> found
/home/work/maan/scm/paraslash/audiod_command_list.h:13: warning: Unsupported xml/html tag <name> found

audiod.cmd

index 7ffe98e7d249368992568f42dcb1bc816eb7afb5..759f19173c111ac3aeff55b660eefc1c8b1d58da 100644 (file)
@@ -14,7 +14,7 @@ H: on -> standby -> off -> on
 N: grab
 D: grab the audio stream
 L:
 N: grab
 D: grab the audio stream
 L:
-U: -- grab [-m[{s|p|a}]] [-p=<parent>] [-n=<name>] [-o]
+U: -- grab [-m[{s|p|a}]] [-p=PARENT] [-n=NAME] [-o]
 H:
 H: grab ('splice') the audio stream at any position in the buffer
 H: tree and send that data back to the client.
 H:
 H: grab ('splice') the audio stream at any position in the buffer
 H: tree and send that data back to the client.
@@ -35,7 +35,7 @@ H:    ready for writing (i.e. would block). Sloppy mode ignores
 H:     the write, pedantic mode aborts and aggressive mode tries
 H:     to write anyway.
 H:
 H:     the write, pedantic mode aborts and aggressive mode tries
 H:     to write anyway.
 H:
-H: -p  Grab output of node <parent> of the buffer tree.
+H: -p  Grab output of node PARENT of the buffer tree.
 H:
 H: -n  Name of the new buffer tree node. Defaults to 'grab'.
 H:
 H:
 H: -n  Name of the new buffer tree node. Defaults to 'grab'.
 H: