mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Documentation: Fix paths to auxiliary documents
This commit is contained in:
parent
7b45b1d606
commit
5c1e31a995
2 changed files with 7 additions and 2 deletions
|
|
@ -802,8 +802,8 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = build \
|
||||
"../JUCE Module Format.md" \
|
||||
"../CMake API.md"
|
||||
"build/JUCE Module Format.md" \
|
||||
"build/CMake API.md"
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue