Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9de96b7d authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#9 Count .doxygen files in number of lines.

parent 12240d1b
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ def ComputeCodeStats(happy_heart_src, output_directory): ...@@ -25,6 +25,7 @@ def ComputeCodeStats(happy_heart_src, output_directory):
cmd = (cloc_exe, \ cmd = (cloc_exe, \
happy_heart_src, \ happy_heart_src, \
"--force-lang=C++,hxx", \ "--force-lang=C++,hxx", \
"--force-lang=C++,doxygen", \
'--exclude-list-file', \ '--exclude-list-file', \
exclude_file, \ exclude_file, \
'--ignored', \ '--ignored', \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment