manual: removed comment on examples

This commit is contained in:
Milanka Ringwald 2015-04-24 16:09:54 +02:00
parent 6fce7d519e
commit 68213094c3

View File

@ -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)