Project

General

Profile

Feature #1269

Updated by Toma IKUTA 5 months ago

Please check how to comment in Doxygen style in python. 
 you can review Task9 in Week09 assignment which you already finished and submitted. 
 If you all already understood everything from Task9, you can just make this issue "resolved" from edit. 

 If you don't know it, plz look it up. Write some comments on some sample codes (such as Week09 codes provided by prof), generate a documentation using Doxygen (you can check class materials), and check if the comments are reflected. 

 I put some links here for commenting (use them as just references) 
 https://stackoverflow.com/questions/4302870/doxygen-syntax-in-python 
 https://www.woolseyworkshop.com/2020/06/25/documenting-python-programs-with-doxygen/ 

 Once you understood everything that you can comment and generate expected comments with Doxygen, plz put your spent time and make this issue "resolved" from edit.

Back