Skip to content

Commit

Permalink
Clang Format, you've been given enough chances to behave.
Browse files Browse the repository at this point in the history
Off you go.
  • Loading branch information
mosra committed Oct 7, 2022
1 parent 5b2b860 commit 3a61032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/esp/gfx_batch/Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ CORRADE_ENUMSET_OPERATORS(RendererFileFlags)

struct SceneStats;

// Even though Clang Format is told to skip formatting comments containing
// @section or @ref which can't be wrapped to prevent Doxygen bugs, it still
// wants to do that here. So I'm disabling it for this doc block altogether.
// clang-format off
/**
@brief Batch renderer
Expand Down Expand Up @@ -378,6 +382,7 @@ magnum-sceneconverter --info-textures --info-images --info-materials \
whole layer, or be a separate texture altogether.
*/
// clang-format on
class Renderer {
public:
/**
Expand Down

0 comments on commit 3a61032

Please sign in to comment.