[media] docs-next: stop abusing on the cpp domain

Now that we have an override for the c domain that will do
the right thing for the Kernel, stop abusing on the cpp
domain.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab
2016-08-19 12:00:43 -03:00
parent b7ff94df56
commit 1b81f010bf
213 changed files with 244 additions and 245 deletions

View File

@@ -20,7 +20,7 @@ Synopsis
#include <unistd.h>
.. cpp:function:: ssize_t write( int fd, void *buf, size_t count )
.. c:function:: ssize_t write( int fd, void *buf, size_t count )
Arguments