stdman3 / stdman

Formatted C++20 stdlib man pages (cppreference)
MIT License
0 stars 0 forks source link

Empty line(or too many spaces in header part) #3

Open theidexisted opened 4 years ago

theidexisted commented 4 years ago

For file basic_string.html, the temporary HTML file has empty line or something similar. Cause the format to look bad


template<

class CharT,
class Traits = std::char_traits<CharT>,
class Allocator = std::allocator<CharT>

> class basic_string;