From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uday K Verma Subject: Re: C/C++ File Parser Date: Thu, 5 Jul 2007 10:09:15 -0500 Message-ID: <6120480A-1621-4410-958B-76EB4D2E6A2D@gmail.com> References: <11445958.post@talk.nabble.com> Mime-Version: 1.0 (iPhone Mail 1A543a) Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; b=SvZnlNvLiyV/tsaQYqZejAphDIY/N80XgDR//u6QPuFvJzVeJw6xWgc6fAtv4c8gCQ1mpOLLN9haDzCLxa3apu4XumQdfyypk+Yx6QYSKLtL2kHoWqKZ9bzoYyXkWJ+eLpufH6dPc4FAlWk0FdjZr/141zFNMmF9fklCcCb46jM= In-Reply-To: <11445958.post@talk.nabble.com> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed"; delsp="yes" To: mudassir Cc: linux-c-programming@vger.kernel.org Look into doxygen. -uday On Jul 5, 2007, at 7:57 AM, mudassir wrote: > > Hi All, > > I am in search of a snippet that could parse a C/C++ source file and > give out as output different information on it. For example > > 1. Signature of function defined in a file. > 2. Name of Global Variables declared. > 3. Files dependencies..(#include). > > Can you help? > > thanks, > mudassir. > -- > View this message in context: http://www.nabble.com/C-C%2B%2B-File-Parser-tf4029536.html#a11445958 > Sent from the linux-c-programming mailing list archive at Nabble.com. > > - > To unsubscribe from this list: send the line "unsubscribe linux-c- > programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html