1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:37:34 +00:00
serenity/Userland/Libraries/LibMarkdown
asynts bb483f7ef4 Everywhere: Name debug macros more consistently.
Personally, I prefer the naming convention DEBUG_FOO over FOO_DEBUG, but
the majority of the debug macros are already named in the latter naming
convention, so I just enforce consistency here.

This was done with the following script:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/DEBUG_PATH/PATH_DEBUG/' {} \;
2021-01-25 09:47:36 +01:00
..
Block.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CodeBlock.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CodeBlock.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Document.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Document.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Heading.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Heading.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HorizontalRule.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HorizontalRule.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
List.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
List.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Paragraph.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Paragraph.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Table.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
Table.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Text.cpp Everywhere: Name debug macros more consistently. 2021-01-25 09:47:36 +01:00
Text.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00