mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
manual: removed comment on examples
This commit is contained in:
parent
6fce7d519e
commit
68213094c3
@ -8,17 +8,17 @@ list_of_groups = ["Hello World", "GAP", "SDP Queries", "SPP Server", "BNEP/PAN",
|
||||
|
||||
# Defines which examples belong to a group. Example is defined as [example file, example title].
|
||||
list_of_examples = {
|
||||
# "Hello World" : [["led_counter"]],
|
||||
# "GAP" : [["gap_inquiry"]],
|
||||
"SDP Queries" :[#["sdp_general_query"],
|
||||
"Hello World" : [["led_counter"]],
|
||||
"GAP" : [["gap_inquiry"]],
|
||||
"SDP Queries" :[["sdp_general_query"],
|
||||
["sdp_bnep_query"]
|
||||
],
|
||||
# "SPP Server" : [["spp_counter"],
|
||||
# ["spp_flowcontrol"]],
|
||||
# "BNEP/PAN" : [["panu_demo"]],
|
||||
# "Low Energy" : [["gatt_browser"],
|
||||
# ["le_counter"]],
|
||||
# "Dual Mode" : [["spp_and_le_counter"]],
|
||||
"SPP Server" : [["spp_counter"],
|
||||
["spp_flowcontrol"]],
|
||||
"BNEP/PAN" : [["panu_demo"]],
|
||||
"Low Energy" : [["gatt_browser"],
|
||||
["le_counter"]],
|
||||
"Dual Mode" : [["spp_and_le_counter"]],
|
||||
}
|
||||
|
||||
lst_header = """
|
||||
@ -186,7 +186,7 @@ def writeListings(aout, infile_name, ref_prefix):
|
||||
itemize_block = None
|
||||
else:
|
||||
if isEmptyCommentLine(line):
|
||||
text_block = text_block + "\n\n"
|
||||
text_block = text_block + "\n\ngit "
|
||||
else:
|
||||
# finish text
|
||||
aout.write(text_block)
|
||||
|
Loading…
x
Reference in New Issue
Block a user