
AMDG 1119 files scanned 12 directories scanned 2903 problems reported problem counts: 830 files missing Boost license info 829 files missing copyrights 0 files with invalid line endings 0 bookmarks with invalid characters 0 invalid urls 0 broken links 20 unlinked files 1124 file names too long 99 files with tabs\ 0 violations of the Boost min/max guidelines In Christ, Steven Watanabe

1119 files scanned 12 directories scanned 2903 problems reported
problem counts: 830 files missing Boost license info 829 files missing copyrights
These should be only the doxygen files; is there a way to put a license block in doxygen-generated files automatically?
20 unlinked files
What does this mean?
1124 file names too long
These are also probably doxygen files...
99 files with tabs\
I'll convert tabs to spaces for the next release... Thanks, Matthias

Matthias Schabel <boost <at> schabel-family.org> writes:
1119 files scanned 12 directories scanned 2903 problems reported
problem counts: 830 files missing Boost license info 829 files missing copyrights
These should be only the doxygen files; is there a way to put a license block in doxygen-generated files automatically?
put HTML_FOOTER="copyright and license</body></html>" in the config file.
20 unlinked files
What does this mean?
It means that there is no link to the file. Mostly these are *-members.html In Christ, Steven Watanabe
participants (2)
-
Matthias Schabel
-
Steven Watanabe