-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updated documentation comments #18
base: master
Are you sure you want to change the base?
Conversation
Hey Thanks for the PR. Can you remove the generated html files? I will handle that on end! |
Can do! |
Hey there are still changes in docs folder. |
My mistake. I thought you only wanted the HTML files removed |
Hey, I think you messed up the commit, you need to roll back the commit and then just add the header changes to the commit. Now it seems you deleted the complete doc folder in your repo. |
Ah my mistake. Will fix. |
- Moved function description comments to header files - Corrected tcp_network_manager function description
40bf0e0
to
8d052e4
Compare
char* generate_log_message_timestamp(uint log_level, uint32_t timestamp, char* log_message); | ||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif |
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.
can you add back the new line?
bool is_connected(void* handle_t); | ||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif | ||
|
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.
this as well.
return c_log_string; | ||
} |
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.
this as well.
Just for clarity, you want me to add a new line to the end of each of those files, correct? |
yeah, correct, undo the changes basically. |
In reference to #3.
tcp_network_manager
description; return type is bool not void