maybe is stupid question but is there any way to write good looking (short ) format
to write comments for c++ function,headers,variable ? any visual examples?
maybe is stupid question but is there any way to write good looking (short
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you mean by good looking here ?
I do it like this ..
Its doxygen format. there are populer formats for documenting codes in Comment. Doxygen is one and another one is naturaldocs. there are even more. Its your flavour. You may even like the naturaldocs format.
The DOC++ format is also similer like.
Just use only one format and stick with it.