Skip to content

Commit 6b3888d

Browse files
authored
[CLEANUP] Move Doxyfile to Build/ (#1574)
1 parent d48fd0e commit 6b3888d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
/CODE_OF_CONDUCT.md export-ignore
88
/CONTRIBUTING.md export-ignore
99
/bin/ export-ignore
10-
/config/ export-ignore
1110
/docs/ export-ignore
1211
/tests/ export-ignore

config/Doxyfile renamed to Build/doxyfile/config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = "../PHP-CSS-Parser-Documentation"
61+
OUTPUT_DIRECTORY = "PHP-CSS-Parser-Documentation"
6262

6363
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and
@@ -281,7 +281,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
281281
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
282282
# the files are not read by doxygen.
283283

284-
EXTENSION_MAPPING =
284+
EXTENSION_MAPPING =
285285

286286
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
287287
# according to the Markdown format, which allows for more readable
@@ -754,7 +754,7 @@ WARN_LOGFILE =
754754
# spaces.
755755
# Note: If this tag is empty the current directory is searched.
756756

757-
INPUT =
757+
INPUT =
758758

759759
# This tag can be used to specify the character encoding of the source files
760760
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)