1
0
Fork 0
forked from suyu/suyu
suyu/src/common/logging
Lioncash 6ef84f1c4c common/logging: Amend documentation comments
Multi-line doc comments still need the '<' after the ///, otherwise it's
treated as a regular comment and makes the original doc comment broken
in viewers, IDEs, etc. While we're at it, also fix some typos in the
comments.
2018-09-04 10:49:08 -04:00
..
backend.cpp logging/backend: Use const reference to refer to log filter 2018-08-13 21:44:55 -04:00
backend.h logging/backend: Add missing standard includes 2018-07-20 15:31:27 -04:00
filter.cpp logging/filter: Use std::string_view in ParseFilterString() 2018-07-20 15:58:46 -04:00
filter.h common/logging/filter: Replace C-style case with C++ static_cast 2018-09-04 10:44:36 -04:00
log.h common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00
text_formatter.cpp logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 2018-08-21 11:31:05 -04:00
text_formatter.h common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00