What is this symbol //! ?
-
Where did it come from and how is it different from standard C++
// comment this line out ?//! [Create CCC_Chat Server]
-
Where did it come from and how is it different from standard C++
// comment this line out ?//! [Create CCC_Chat Server]
-
@LeLev said in What is this symbol //! ?:
@AnneRanch said in What is this symbol //! ?:
//!
Thanks.
Is this QDoc similar to Doxygen?
I never used Doxygen, perhaps I should "check it out " too.Appertly I did used a file which was "run thru " QDoc ?
So far seems like magic, but I will RTFM to get used to it.Thanks again.
PS
Mrs Google was of no help pointing to QDoc... Perhaps I did not ask nicely. -
@LeLev said in What is this symbol //! ?:
@AnneRanch said in What is this symbol //! ?:
//!
Thanks.
Is this QDoc similar to Doxygen?
I never used Doxygen, perhaps I should "check it out " too.Appertly I did used a file which was "run thru " QDoc ?
So far seems like magic, but I will RTFM to get used to it.Thanks again.
PS
Mrs Google was of no help pointing to QDoc... Perhaps I did not ask nicely.@AnneRanch said in What is this symbol //! ?:
a file which was "run thru " QDoc ?
A file that has QDoc specific comments.
-
@LeLev said in What is this symbol //! ?:
@AnneRanch said in What is this symbol //! ?:
//!
Thanks.
Is this QDoc similar to Doxygen?
I never used Doxygen, perhaps I should "check it out " too.Appertly I did used a file which was "run thru " QDoc ?
So far seems like magic, but I will RTFM to get used to it.Thanks again.
PS
Mrs Google was of no help pointing to QDoc... Perhaps I did not ask nicely.@AnneRanch said in What is this symbol //! ?:
So far seems like magic, but I will RTFM to get used to it.
Better focus on Doxygen. It uses the same syntax and is focused on generating project documentation.
qdoc
is intended as an internal thing in Qt to generate Qt documentation only.