Skip to content

Commit

Permalink
Corrected doc paths for development branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 22, 2011
1 parent 67995ad commit 72f0e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -562,7 +562,7 @@ FIND_PACKAGE(Doxygen)
IF(DOXYGEN_FOUND)
SET(PHYSFS_OUTPUT_DOXYFILE "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile")
CONFIGURE_FILE(
"${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile"
"${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile"
"${PHYSFS_OUTPUT_DOXYFILE}"
COPYONLY
)
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Expand Up @@ -362,7 +362,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT = physfs.h
INPUT = src/physfs.h

# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
Expand Down

0 comments on commit 72f0e7f

Please sign in to comment.