From 417cfbc93be4a17d5a7b61cee1705d8f2e1dabff Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sun, 17 Sep 2023 16:27:34 +0000 Subject: [PATCH] Remove non-standard format comment From ages ago, this comment was added. Doxygen was run by someone and it flagged the comment as having params that weren't in the function signature. I took a look a decided that: - We don't use this comment format so it should be changed - The commment provides no value so it should be removed --- src/libponyc/pkg/platformfuns.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libponyc/pkg/platformfuns.h b/src/libponyc/pkg/platformfuns.h index 3a59682cf4..bb168e44c5 100644 --- a/src/libponyc/pkg/platformfuns.h +++ b/src/libponyc/pkg/platformfuns.h @@ -27,10 +27,6 @@ PONY_EXTERN_C_BEGIN #define OS_RUNTIMESTATS_NAME "runtimestats" #define OS_RUNTIMESTATSMESSAGES_NAME "runtimestatsmessages" -/** Report whether the named platform attribute is true - * @param out_is true if the specified attribute is set, false otherwise - * @return true on success, false is specified attribute does not exist - */ bool os_is_target(const char* attribute, bool release, bool* out_is_target, pass_opt_t* options); PONY_EXTERN_C_END