Rename docs temp dir

Having build/docs (temp) and build/doc (output) was too confusing.
This commit is contained in:
FeRD (Frank Dana)
2021-04-23 16:45:22 -04:00
parent 9ef89ef355
commit c5302f53de
2 changed files with 10 additions and 10 deletions

View File

@@ -366,7 +366,7 @@ if(PYTHONINTERP_FOUND)
${PYTHON_EXECUTABLE}
${CMAKE_CURRENT_SOURCE_DIR}/doc/process_source_files.py
${JUCE_MODULES_PATH}
"docs"
"processed_source"
COMMENT "Formatting source code for documentation"
VERBATIM
)
@@ -375,7 +375,7 @@ if(PYTHONINTERP_FOUND)
# Processed docs are removed on "make clean"
set_property(DIRECTORY
APPEND PROPERTY
ADDITIONAL_MAKE_CLEAN_FILES "docs" )
ADDITIONAL_MAKE_CLEAN_FILES "processed_source" )
# Find Doxygen (used for documentation)
include(cmake/Modules/UseDoxygen.cmake)

View File

@@ -160,7 +160,7 @@ FULL_PATH_NAMES = NO
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH = "@CMAKE_CURRENT_BINARY_DIR@/docs"
STRIP_FROM_PATH = "@CMAKE_CURRENT_BINARY_DIR@/processed_source"
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
@@ -824,7 +824,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = "@CMAKE_CURRENT_BINARY_DIR@/docs/" \
INPUT = "@CMAKE_CURRENT_BINARY_DIR@/processed_source/" \
"@CMAKE_CURRENT_SOURCE_DIR@/INSTALL.md" \
"@CMAKE_CURRENT_SOURCE_DIR@/doc/"
@@ -866,12 +866,12 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = "@CMAKE_CURRENT_BINARY_DIR@/docs/juce_core/zip/zlib" \
"@CMAKE_CURRENT_BINARY_DIR@/docs/juce_audio_formats/codecs/flac" \
"@CMAKE_CURRENT_BINARY_DIR@/docs/juce_audio_formats/codecs/oggvorbis" \
"@CMAKE_CURRENT_BINARY_DIR@/docs/juce_audio_devices/native" \
"@CMAKE_CURRENT_BINARY_DIR@/docs/juce_core/native" \
"@CMAKE_CURRENT_BINARY_DIR@/docs/juce_events/native"
EXCLUDE = "@CMAKE_CURRENT_BINARY_DIR@/processed_source/juce_core/zip/zlib" \
"@CMAKE_CURRENT_BINARY_DIR@/processed_source/juce_audio_formats/codecs/flac" \
"@CMAKE_CURRENT_BINARY_DIR@/processed_source/juce_audio_formats/codecs/oggvorbis" \
"@CMAKE_CURRENT_BINARY_DIR@/processed_source/juce_audio_devices/native" \
"@CMAKE_CURRENT_BINARY_DIR@/processed_source/juce_core/native" \
"@CMAKE_CURRENT_BINARY_DIR@/processed_source/juce_events/native"
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded