help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Parsing a C/C++ Comment into string


From: Nordlöw
Subject: Parsing a C/C++ Comment into string
Date: Fri, 4 Dec 2009 09:38:12 -0800 (PST)
User-agent: G2/1.0

Wanted: Code that extracts a C/C++ comment doc string? Bonus if it
handles Doxygen tags aswell. I want this for enhancing my ectags
interface.

I guess I should start with c-beginning-of-statment() right? and then
extract the doc-string by looking-back() right? or are there any high-
level functions available in the cc-engine?

Thanks in advance,
Nordlöw


reply via email to

[Prev in Thread] Current Thread [Next in Thread]