-
Notifications
You must be signed in to change notification settings - Fork 10
cjson/1.7.18 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cjson/1.7.18 #7
Conversation
7709307 to
a76f1de
Compare
|
This llpkg missed |
681684b to
0a89206
Compare
66c3ea8 to
86f2657
Compare
| } | ||
|
|
||
| /* Render a cJSON entity to text using a buffer already allocated in memory with given length. Returns 1 on success and 0 on failure. */ | ||
| /* NOTE: cJSON is not always 100% accurate in estimating how much memory it will use, so to be safe allocate 5 bytes more than you actually need */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在注释中使用“MARKER(uid): note body”格式是一个建议。这意味着在编写注释时,应该遵循这种特定的格式来提高代码的可读性和一致性。
错误用法
以下是一个错误的注释示例:
// 这是一个注释
正确用法
以下是一个正确的注释示例:
// MARKER(12345): 这是一个注释
💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
| } | ||
|
|
||
| /* Implement RFC6902 (https://tools.ietf.org/html/rfc6902) JSON Patch spec. */ | ||
| /* NOTE: This modifies objects in 'from' and 'to' by sorting the elements by their key */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在注释中使用“MARKER(uid): note body”格式是一个建议。这意味着在编写注释时,应该遵循这种特定的格式来提高代码的可读性和一致性。
错误用法
以下是一个错误的注释示例:
// 这是一个错误的注释示例正确用法
以下是一个正确的注释示例:
// MARKER(12345): 这是一个正确的注释示例💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
| } | ||
|
|
||
| /* generates a patch to move from -> to */ | ||
| /* NOTE: This modifies objects in 'from' and 'to' by sorting the elements by their key */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在注释中使用“MARKER(uid): note body”格式是一个建议。这意味着在编写注释时,应该遵循这种特定的格式来提高代码的可读性和一致性。
错误用法
以下是一个错误的注释示例:
// 这是一个错误的注释示例正确用法
以下是一个正确的注释示例:
// MARKER(12345): 这是一个正确的注释示例💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
llcppg v0.2.0
linux & macos use same conan config have same result