Pre-commit checks of #pragma once and ///@file in all header files #233

Closed
opened 2024-04-08 20:58:34 +00:00 by jade · 2 comments
Owner

Honestly just implement these with grep. ///@file should probably be found with the pattern @file as there are other formats for it, and #pragma once should simply appear as a line.

Honestly just implement these with grep. `///@file` should probably be found with the pattern `@file` as there are other formats for it, and `#pragma once` should simply appear as a line.
jade added the
devx
E/easy
labels 2024-04-08 20:58:34 +00:00
jade self-assigned this 2024-04-08 21:30:58 +00:00
Owner

What actually is the ///@file for again? We talked about this somewhere, we should put it on the wiki I suppose.

What actually is the `///@file` for again? We talked about this somewhere, we should put it on the wiki I suppose.
Author
Owner
https://wiki.lix.systems/link/3#bkmrk-%2F%2F%2F%40file-and-header- done
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#233
No description provided.