mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	|  8465683dcf 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/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \;
    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \; | ||
|---|---|---|
| .. | ||
| Block.h | ||
| CMakeLists.txt | ||
| CodeBlock.cpp | ||
| CodeBlock.h | ||
| Document.cpp | ||
| Document.h | ||
| Heading.cpp | ||
| Heading.h | ||
| HorizontalRule.cpp | ||
| HorizontalRule.h | ||
| List.cpp | ||
| List.h | ||
| Paragraph.cpp | ||
| Paragraph.h | ||
| Table.cpp | ||
| Table.h | ||
| Text.cpp | ||
| Text.h | ||