richelbilderbeek / correct_cpp

C++ course using all tools to deliver quality code
GNU General Public License v3.0
3 stars 27 forks source link

Force documentation #3

Closed richelbilderbeek closed 6 years ago

richelbilderbeek commented 6 years ago

It is a good practice to document your functions. For example, within the R programming language, this is mandatory.

Too bad, I cannot find a tool that checks this :-(

richelbilderbeek commented 6 years ago

Did so using Doxygen, see https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_doxygen.