We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I noticed that some documentation pages automatically generate clickable links to certain classes.
For example this page: https://openframeworks.cc/documentation/ofxOpenCv/ofxCvContourFinder/#show_findContours
Includes a reference to ofxCvGrayscaleImage which automatically generates a link to that documentation page.
But, this doesn't happen all the time for all classes. As another example, this page: https://openframeworks.cc/documentation/ofxOpenCv/ofxCvContourFinder/#show_blobs
Includes a reference to the class ofxCvBlob, but does not link to that class's documentation page.
Why is it that some classes are linked and some are not, and what is the recommended method of adding links between pages?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I noticed that some documentation pages automatically generate clickable links to certain classes.
For example this page: https://openframeworks.cc/documentation/ofxOpenCv/ofxCvContourFinder/#show_findContours
Includes a reference to ofxCvGrayscaleImage which automatically generates a link to that documentation page.
But, this doesn't happen all the time for all classes. As another example, this page:
https://openframeworks.cc/documentation/ofxOpenCv/ofxCvContourFinder/#show_blobs
Includes a reference to the class ofxCvBlob, but does not link to that class's documentation page.
Why is it that some classes are linked and some are not, and what is the recommended method of adding links between pages?
The text was updated successfully, but these errors were encountered: