1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Rename doxyfile

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-22 17:01:27 +00:00
parent e4f6edcda1
commit f234ff82ec
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
#
# More precisely, look for normal comment block containing '\'.
# Of course one could use doxygen warnings, eg with:
# sed -e '/EXTRACT/s/YES/NO/' doxygen/polarssl.doxyfile | doxygen -
# sed -e '/EXTRACT/s/YES/NO/' doxygen/mbedtls.doxyfile | doxygen -
# but that would warn about any undocumented item, while our goal is to find
# items that are documented, but not marked as such by mistake.