Skip to content

Commit

Permalink
FixHeadings no longer comments the p[revious heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanDunbar committed Aug 9, 2016
1 parent 061f74a commit 671e818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fixHeadings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bool doStrings()

// Yes we do... lose the colon and make it bold and not a heading.
// But remember, it might not be at the start of a line!
cout << ".. " << a_line << endl << endl; // Curent line as comment.
// cout << ".. " << a_line << endl << endl; // Curent line as comment.
cout << "**" << a_line.substr(0, pos + tempSize - 1) << "**" << endl;

// Lose the following underline.
Expand Down

0 comments on commit 671e818

Please sign in to comment.