Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Parsing c++ doxygen comments.

Thank you. It also helped. But what I mean by parser is
a tool that parses doxygen comments and makes the function
information available as it is done with libhover for C in linuxtools.
What is the status of that feature? Thanks in advance.


2011/4/30 Alexander Kurtakov <akurtako@xxxxxxxxxx>:
> On 05:35:35 PM Saturday, April 30, 2011 Germán Diago wrote:
>> Hello.
>>
>> I've been using eclipse linuxtools for a while and I think that you're
>> all doing a great work
>> with valgrind, oprofile, etc.
>>
>> I would like to ask you when c++ doxygen comments parsing will be
>> available. It's a feature
>> that I'm missing a lot since in java, documentation comments are very
>> helpful.
> Have you tried the internal cdt doxygen support?
> Window/Preferences/C&C++/Editor page in the bottom there is Documentation tool
> support and a drop down with None and Doxygen. Selecting doxygen should
> highlight and even autocomplete doxygen tags.
>
> Regards,
> Alex
>
>
>>
>> Thanks in advance.
>> _______________________________________________
>> linuxtools-dev mailing list
>> linuxtools-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>


Back to the top