From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:38723 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754476AbZKQR7B (ORCPT ); Tue, 17 Nov 2009 12:59:01 -0500 Message-ID: <4B02E444.3020707@infradead.org> Date: Tue, 17 Nov 2009 15:58:28 -0200 From: Mauro Carvalho Chehab MIME-Version: 1.0 To: "Karicheri, Muralidharan" CC: Hans Verkuil , "linux-media@vger.kernel.org" Subject: Re: Help in adding documentation References: <20091117142820.1e62a362@pedra.chehab.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Karicheri, Muralidharan escreveu: > Mauro, > > Thanks for your reply. I made progress after my email. My new file > is being processed by Makefile now. I have some issues with some > tags. > >> This probably means that videodev2.h has it defined, while you didn't have > > Do you mean videodev2.h.xml? I see there videodev2.h under linux/include. Do I need to copy my latest videodev2.h to that directory? videodev2.h.xml is generated automatically by Makefile, from videodev2.h. Basically, Makefile scripts will parse it, search for certain structs/enums/ioctls and generate videodev2.h.xml. What happens is that you likely declared the presets enum on videodev2.h, and the enum got detected, producing a tag. However, as you didn't define the reference ID for that tag on your xml file, you got an error. > >> the >> link id created at the xml file you've created. >> >> You probably need a tag like: >> >> >> >>
>> >> >> Cheers, >> Mauro >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-media" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >