Skip to content

Commit

Permalink
Complete docs for macro_utilities.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Nov 7, 2024
1 parent 5dd244f commit b670fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adobe/macro_utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/// a string literal for __LINE__.
#define ADOBE_LINE_STRING() ADOBE_STRINGIZE(__LINE__) // NOLINT(cppcoreguidelines-macro-usage)

/// Message must be a string literal. The
/// Constructs a [GNU error formatted](https://www.gnu.org/prep/standards/standards.html#Errors)
/// message string. Message must be a string literal.
#define ADOBE_MESSAGE(message) \
__FILE__ ":" ADOBE_LINE_STRING() ": " message // NOLINT(cppcoreguidelines-macro-usage)

Expand Down

0 comments on commit b670fc3

Please sign in to comment.