I'm trying to create some documentation for some Python scripts included in my project (the rest is Fortran/C). I managed to include a brief and a detailed description for the files, but all the variables defined in the script are being listed in the documentation.
How do I avoid them from being listed? Which variable in the Doxyfile controls the inclusion of all the variables of a file?