Преглед на файлове

Tweaked Doxyfile default version string for stable-2.0 branch.

Ryan C. Gordon преди 15 години
родител
ревизия
c0a3282b8d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Doxyfile

+ 1 - 1
Doxyfile

@@ -23,7 +23,7 @@ PROJECT_NAME           = physfs
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 # (CMake will set this properly at build time. --ryan.)
-PROJECT_NUMBER         = unknown_version
+PROJECT_NUMBER         = "unknown version (build with 'make docs' next time!)"
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.