-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update Doxygen #106
Comments
@devreal Great effort, thank you a lot! |
Created a branch |
@dash-project/developers IMPORTANT To review doxygen output on https://codedocs.xyz/dash-project/dash either
|
@dash-project/developers
Please help documenting all examples in |
@dash-project/developers Until now, there is not a single commit in Please help us to complete the API documentation. Seriously! |
We use the following style for documentation: /**
* Multi-line comment opened with double-star /**.
* First paragraph is brief description,
*
* Paragraphs are separated by empty comment lines. This is
* the second paragraph and is not included in the brief
* description.
*/
void wombatify(
/// Single-line comments opened with *three* forward-slashes.
/// This is a convenient way to describe function parameters.
int num_wombats,
double wombat_factor ///< Postfix-style with <, comment placed *after* described parameter
) {
// Any comment here is ignored, no matter how it is formatted.
} |
Thanks for the introduction. Is |
@ddiefenthaler Don't use the Java-style |
@dash-project/developers I added a comprehensive style guide for Doxygen documentation in the contributor guide lines: https://github.com/dash-project/dash/blob/development/CONTRIBUTING.md Now, don't be shy and give it a try! |
Everyone (yes, you @dash-project/developers):
The text was updated successfully, but these errors were encountered: