AcademySoftwareFoundation / AcademySoftwareFoundation/openfx
Typos in
- Dominant language
- C++
- Stars
- 570
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
There is a typo in ofxParam.h
/** @brief value for the ::kOfxParamDoubleTypeAngle property, indicating the parameter is to be interpreted as an angle. See \ref ParameterPropertiesDoubleTypes. */
#define kOfxParamDoubleTypeAngle "OfxParamDoubleTypeAngle"
/** @brief value for the :**:kOfxParamDoubleTypeAngle** property, indicating the parameter is to be interpreted as a time. See \ref ParameterPropertiesDoubleTypes. */
#define kOfxParamDoubleTypeTime "OfxParamDoubleTypeTime"
/** @brief value for the ::**kOfxParamDoubleTypeAngle** property, indicating the parameter is to be interpreted as an absolute time from the start of the effect. See \ref ParameterPropertiesDoubleTypes. */
#define kOfxParamDoubleTypeAbsoluteTime "OfxParamDoubleTypeAbsoluteTime"
Contributor guide
Research direction
Open ofxParam.h and review the three parameter type comments for kOfxParamDoubleTypeAngle, kOfxParamDoubleTypeTime, and kOfxParamDoubleTypeAbsoluteTime. Correct the incorrect references and wording in those documentation blocks, then verify the diff to ensure only the reported typos were changed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100