diff --git a/documentation/Doxyfile b/documentation/Doxyfile index e11389c..b96c6d3 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -764,11 +764,11 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = ../src/pv \ - ./mainpage.h \ + ./mainpage.dox \ ../src/copy/pv \ ../src/misc/pv \ ../src/json/pv \ - ./release_notes.h + ./release_notes.dox # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/documentation/mainpage.h b/documentation/mainpage.dox similarity index 100% rename from documentation/mainpage.h rename to documentation/mainpage.dox diff --git a/documentation/release_notes.h b/documentation/release_notes.dox similarity index 100% rename from documentation/release_notes.h rename to documentation/release_notes.dox