[Qt-interest] method documentation
Karol Krizka
kkrizka at gmail.com
Sat May 30 15:01:36 CEST 2009
2009/5/30 Patric <userqt at gmail.com>:
> Hi all,
> I was wondering is there something like javadoc for example in QT and C++,
> i.e. if you put
>
> /**
>
> * Some method description
>
> *
>
> * @param someparam - someparam
>
> */
>
>
>
> in front of a method, and after that you go in the implementation and just
> point it with the mouse > there will appear a little box with the
> description of the method.
>
> Any ideas ? :)
>
I'm pretty sure it all depends on what editor you are using. Eclipse
CDT supports some format that is very similar to JavaDoc. I'm pretty
sure if you just commented your in JavaDoc, any advanced C++ IDE would
pick it up (or at least parts of it).
--
Cheers,
Karol Krizka
http://www.krizka.net
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list