]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
command: move all docs into .c file
authorEric Blake <eblake@redhat.com>
Thu, 14 Jul 2011 19:47:25 +0000 (13:47 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 21 Jul 2011 16:34:51 +0000 (10:34 -0600)
commit4289114518c775a1ff2ec012c597bbf02a80ecbb
tree566d70de5a08e39bfc70a6346c9ae5a0f3912581
parentfbd5465a5b5ab6e635d782595b1a3b570138003b
command: move all docs into .c file

We already have a precedent of function documentation in C files,
where it is closer to the implementation (witness libvirt.h vs.
libvirt.c); maintaining docs in both files risks docs going stale.

While I was at it, I used consistent doxygen style on all comments.

* src/util/command.h: Remove duplicate docs, and move unique
documentation...
* src/util/command.c: ...here.
Suggested by Matthias Bolte.
src/util/command.c
src/util/command.h