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
Right now we use revisionflag="deleted" to generate the "Deprecated" message. In the asciidoc files we call it deprecated.
revisionflag="deleted"
deprecated
The same is true to a lesser extent for the coming marker. In html and asciidoc you get it with coming but it docbook it is called changed.
coming
changed
Those words really don't mean the same thing. If possible we should fix docbook to use the same words.
The text was updated successfully, but these errors were encountered:
This is just how docbook works. I think we'll have to remove docbook to remove this....
Sorry, something went wrong.
No branches or pull requests
Right now we use
revisionflag="deleted"
to generate the "Deprecated" message. In the asciidoc files we call itdeprecated
.The same is true to a lesser extent for the
coming
marker. In html and asciidoc you get it withcoming
but it docbook it is calledchanged
.Those words really don't mean the same thing. If possible we should fix docbook to use the same words.
The text was updated successfully, but these errors were encountered: