You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identity key functions provide how to use examples
Review output of cargo doc ... look for any thing broken
key elements. Commonly used code.
Orthographic projection example.
clipping,
precision
rotating,
scaling translating
examples like this
/// Returns a person with the name given them
///
/// # Arguments
///
/// * name - A string slice that holds the name of the person
///
/// # Examples
///
/// /// // You can have rust code between fences inside the comments /// // If you pass --test to `rustdoc`, it will even test it for you! /// use doc::Person; /// let person = Person::new("name"); ///
The text was updated successfully, but these errors were encountered:
Identity key functions provide how to use examples
Review output of cargo doc ... look for any thing broken
key elements. Commonly used code.
examples like this
/// Returns a person with the name given them
///
/// # Arguments
///
/// *
name
- A string slice that holds the name of the person///
/// # Examples
///
///
/// // You can have rust code between fences inside the comments /// // If you pass --test to `rustdoc`, it will even test it for you! /// use doc::Person; /// let person = Person::new("name"); ///
The text was updated successfully, but these errors were encountered: