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
It can be helpful that geoffrey warns the user about unused geoffrey comments in the code. Something like this
int main() {
//! [unused]
//...
//! [unused]
}
could lead to a warning like: the tag unused is not used in the documentation. This cleans up the code when we do not need the code snippet anymore or makes us aware that there is something missing in our documentation.
The text was updated successfully, but these errors were encountered:
It can be helpful that geoffrey warns the user about unused geoffrey comments in the code. Something like this
could lead to a warning like:
the tag unused is not used in the documentation.
This cleans up the code when we do not need the code snippet anymore or makes us aware that there is something missing in our documentation.The text was updated successfully, but these errors were encountered: