Skip to content

Commit 0ca77a9

Browse files
dgarcia360patrickelectric
authored andcommitted
chore: switch to doxygen
1 parent a6131e5 commit 0ca77a9

5 files changed

Lines changed: 367 additions & 141 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ brping/definitions.py
77
brping/device.py
88
brping/ping1d.py
99
brping/ping360.py
10-
10+
doc/xml

doc/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO = ./ping.png
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 =
61+
OUTPUT_DIRECTORY = xml
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
@@ -1883,7 +1883,7 @@ MAN_LINKS = NO
18831883
# captures the structure of the code including all documentation.
18841884
# The default value is: NO.
18851885

1886-
GENERATE_XML = NO
1886+
GENERATE_XML = YES
18871887

18881888
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
18891889
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

0 commit comments

Comments
 (0)