@@ -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 = /home/jenkins/workspace/python_docs
61+ OUTPUT_DIRECTORY =
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
@@ -228,13 +228,15 @@ TAB_SIZE = 4
228228# "Side Effects:". You can put \n's in the value part of an alias to insert
229229# newlines.
230230
231- ALIASES =
232- ALIASES += expected_errors="\par Expected Errors\n"
233- ALIASES += jira_ticket="\par JIRA Ticket\n"
234- ALIASES += expected_result="\par Expected Result\n"
235- ALIASES += test_assumptions="\par Test Assumptions\n"
236- ALIASES += note="\par Note\n"
237- ALIASES += test_category="\par Test Category\n"
231+ ALIASES = "test_assumptions=\par Test Assumptions\n" \
232+ "note=\par Note\n" \
233+ "test_category=\par Test Category\n" \
234+ "jira_ticket=\par JIRA Ticket\n" \
235+ "expected_result=\par Expected Result\n" \
236+ "since=\par Since\n" \
237+ "param=\par Parameters\n" \
238+ "return=\par Return\n" \
239+ "expected_errors=\par Expected Errors\n"
238240
239241# This tag can be used to specify a number of word-keyword mappings (TCL only).
240242# A mapping has the form "name=value". For example adding "class=itcl::class"
@@ -759,7 +761,7 @@ WARN_LOGFILE =
759761# spaces.
760762# Note: If this tag is empty the current directory is searched.
761763
762- INPUT = /home/jenkins/workspace/python_docs/ tests/integration/
764+ INPUT = ./ tests
763765
764766# This tag can be used to specify the character encoding of the source files
765767# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments