How can you document components of your code such as the following effectively when the source codes of the components are in different locations?
Example of my components in my first database project
homepage - user_bar, check_login_status
ask_question - form_ask_question
login - form_login
question_id - (form_login), form_answer, make_answer_list, make_question
I read the following command here
/** \addtogroup <label> */
However, I am not sure what is the right way of documenting components in source code.