Skip to content

Commit da8409a

Browse files
DaMutzLorenz Aebi
andauthored
DocumentationGenMarkup: Title level in markdown produces warning in sphinx (#153)
The baud rate title produces warnings when integrate it in sphinx documentation Signed-off-by: Lorenz Aebi <[email protected]> Co-authored-by: Lorenz Aebi <[email protected]>
1 parent c1071ab commit da8409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libEDSsharp/DocumentationGenMarkup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Device Information
108108
eds.di.Granularity, eds.di.NrOfRXPDO.ToString(), eds.di.NrOfTXPDO.ToString(),
109109
eds.di.LSS_Supported, eds.di.LSS_Master, eds.di.NG_Slave, eds.di.NG_Master));
110110

111-
file.WriteLine($"#### Supported Baud rates");
111+
file.WriteLine($"### Supported Baud rates");
112112
file.WriteLine($"* [{(eds.di.BaudRate_10 ? "x" : " ")}] 10 kBit/s");
113113
file.WriteLine($"* [{(eds.di.BaudRate_20 ? "x" : " ")}] 20 kBit/s");
114114
file.WriteLine($"* [{(eds.di.BaudRate_50 ? "x" : " ")}] 50 kBit/s");

0 commit comments

Comments
 (0)