[Bf-blender-cvs] [f0c143c] master: doxygen: rename included files (they were ignored)

Campbell Barton noreply at git.blender.org
Wed May 20 06:15:40 CEST 2015


Commit: f0c143ca721cdf651f5e49de98ce466376635c9a
Author: Campbell Barton
Date:   Wed May 20 12:55:57 2015 +1000
Branches: master
https://developer.blender.org/rBf0c143ca721cdf651f5e49de98ce466376635c9a

doxygen: rename included files (they were ignored)

===================================================================

M	doc/doxygen/Doxyfile
D	doc/doxygen/doxygen.extern
A	doc/doxygen/doxygen.extern.h
D	doc/doxygen/doxygen.intern
A	doc/doxygen/doxygen.intern.h
D	doc/doxygen/doxygen.main
A	doc/doxygen/doxygen.main.h
D	doc/doxygen/doxygen.source
A	doc/doxygen/doxygen.source.h

===================================================================

diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 3865729..9edf977 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -664,10 +664,10 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = doxygen.main \
-                         doxygen.source \
-                         doxygen.intern \
-                         doxygen.extern \
+INPUT                  = doxygen.main.h \
+                         doxygen.source.h \
+                         doxygen.intern.h \
+                         doxygen.extern.h \
                          ../../source \
                          ../../intern \
                          ../../extern/bullet2
diff --git a/doc/doxygen/doxygen.extern b/doc/doxygen/doxygen.extern.h
similarity index 100%
rename from doc/doxygen/doxygen.extern
rename to doc/doxygen/doxygen.extern.h
diff --git a/doc/doxygen/doxygen.intern b/doc/doxygen/doxygen.intern.h
similarity index 100%
rename from doc/doxygen/doxygen.intern
rename to doc/doxygen/doxygen.intern.h
diff --git a/doc/doxygen/doxygen.main b/doc/doxygen/doxygen.main.h
similarity index 100%
rename from doc/doxygen/doxygen.main
rename to doc/doxygen/doxygen.main.h
diff --git a/doc/doxygen/doxygen.source b/doc/doxygen/doxygen.source.h
similarity index 100%
rename from doc/doxygen/doxygen.source
rename to doc/doxygen/doxygen.source.h




More information about the Bf-blender-cvs mailing list