-
Notifications
You must be signed in to change notification settings - Fork 484
docs(nomos): Add doxygen comments for nomos #1174
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
Conversation
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.
Missing license header.
fossology_doxygen.conf
Outdated
@@ -0,0 +1,2427 @@ | |||
# Doxyfile 1.8.11 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
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.
Added in #1098
GArray* po; | ||
buf=g_strdup_printf("\377abc\377\377de\377\377fg\377hi"); | ||
fer=g_strdup(buf); | ||
buf = g_strdup_printf("\377abc\377\377de\377\377fg\377hi"); |
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.
Unnecessary reformatting (Formatting should only be done when the line is actually modified).
@@ -1,20 +1,24 @@ | |||
/* | |||
Copyright (C) 2014, Siemens AG | |||
Copyright (C) 2014, Siemens AG |
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.
Unnecessary reformatting
3e7eb1c
to
39459eb
Compare
39459eb
to
bdcbc9f
Compare
bdcbc9f
to
2aebd72
Compare
749d106
to
0a68153
Compare
Signed-off-by: Gaurav Mishra <[email protected]>
0a68153
to
d652eb1
Compare
Signed-off-by: Gaurav Mishra <[email protected]>
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.
also tested,tests and running fossy seems to work
Description
Added missing doxygen comments for nomos.
How to test
Current documentation: https://gmishx.github.io/ (updated on every commit).
Please merge after #1098