AcademySoftwareFoundation / AcademySoftwareFoundation/openfx

Typos in

Open Beginner friendly
#44 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.