-
Notifications
You must be signed in to change notification settings - Fork 169
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
preferences: add description to preferences and autogenerate the docs #1869
Conversation
AlexandraTrifan
commented
Dec 20, 2024
•
edited
Loading
edited
- Added an info button to display extra details in each preference.
- Create preferences using a macro.
- Scan for the macro when generating documentation and automatically populate it.
- Screenshots on how this looks like: doc_resources: add Scopy preferences screenshots #1884
28d6b42
to
745ddaa
Compare
745ddaa
to
20bdea7
Compare
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.
The text displayed by the info button can be hard to read if it's too long.
One way to improve readability would be to add in a few places an "\n".
20bdea7
to
0d3be28
Compare
I tested with some \n, \r, |
All the preferences now require a description and are created using function macros in order to parse and automatically detect all. Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
0d3be28
to
43dedd6
Compare