Skip to content

Commit 7ec9197

Browse files
committed
add PROTOCOL.MD
1 parent 4d2ff6e commit 7ec9197

8 files changed

Lines changed: 420 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
.orig
33
html/
4+
deploy.sh

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- attach servo even not calibrate
77
- rewrite set_servo_status replace attach_servo detach_servo
88
- execute write_stretch_height event not calibrate
9+
- Doxygen Document Support
910

1011
## [1.7.1] - 2016-06-28
1112

PROTOCOL.md

Lines changed: 413 additions & 0 deletions
Large diffs are not rendered by default.

docs/doxy.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ STRIP_FROM_INC_PATH =
168168
# support long names like on DOS, Mac, or CD-ROM.
169169
# The default value is: NO.
170170

171-
SHORT_NAMES = NO
171+
SHORT_NAMES = YES
172172

173173
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174174
# first line (until the first dot) of a Javadoc-style comment as the brief
@@ -1077,7 +1077,7 @@ HTML_FILE_EXTENSION = .html
10771077
# of the possible markers and block names see the documentation.
10781078
# This tag requires that the tag GENERATE_HTML is set to YES.
10791079

1080-
HTML_HEADER = header.html
1080+
HTML_HEADER = ./doxygen/header.html
10811081

10821082
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
10831083
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1087,7 +1087,7 @@ HTML_HEADER = header.html
10871087
# that doxygen normally uses.
10881088
# This tag requires that the tag GENERATE_HTML is set to YES.
10891089

1090-
HTML_FOOTER = footer.html
1090+
HTML_FOOTER = ./doxygen/footer.html
10911091

10921092
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
10931093
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1112,7 +1112,7 @@ HTML_STYLESHEET =
11121112
# list). For an example see the documentation.
11131113
# This tag requires that the tag GENERATE_HTML is set to YES.
11141114

1115-
HTML_EXTRA_STYLESHEET = customdoxygen.css
1115+
HTML_EXTRA_STYLESHEET = ./doxygen/customdoxygen.css
11161116

11171117
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
11181118
# other source files which should be copied to the HTML output directory. Note
@@ -1122,7 +1122,7 @@ HTML_EXTRA_STYLESHEET = customdoxygen.css
11221122
# files will be copied as-is; there are no commands or markers available.
11231123
# This tag requires that the tag GENERATE_HTML is set to YES.
11241124

1125-
HTML_EXTRA_FILES = doxy-boot.js
1125+
HTML_EXTRA_FILES = ./doxygen/doxy-boot.js
11261126

11271127
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
11281128
# will adjust the colors in the style sheet and background images according to

0 commit comments

Comments
 (0)