-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Cut the html generator #656
Comments
Updating the issue with Vinnie's comments:
|
Apart from the DocVisitor, the Adoc and HTML generators are nearly 100% duplicated code. This is main reason why the HTML Generator is always behind the Adoc Generator, as simple features were no duplicated in the HTML generator. This commit unifies this common code to remove the duplicated code, simplify maintenance, and so that both generators always have access to the same features. In passing, many features that were missing in the HTML generator are now implemented in this commit. fix cppalliance#656
Apart from the DocVisitor, the Adoc and HTML generators are nearly 100% duplicated code. This is main reason why the HTML Generator is always behind the Adoc Generator, as simple features were no duplicated in the HTML generator. This even justified cppalliance#656, where we would temporarily remove the HTML generator. This commit unifies this common code to remove the duplicated code, simplify maintenance, and so that both generators always have access to the same features. In passing, many features that were missing in the HTML generator are now implemented in this commit. fix cppalliance#656
Apart from the DocVisitor, the Adoc and HTML generators are nearly 100% duplicated code. This is main reason why the HTML Generator is always behind the Adoc Generator, as simple features were no duplicated in the HTML generator. This even justified cppalliance#656, where we would temporarily remove the HTML generator. This commit unifies this common code to remove the duplicated code, simplify maintenance, and so that both generators always have access to the same features. In passing, many features that were missing in the HTML generator are now implemented in this commit. fix cppalliance#656
Apart from the DocVisitor, the Adoc and HTML generators are nearly 100% duplicated code. This is the main reason the HTML Generator is always behind the Adoc Generator: simple features were not duplicated in the HTML generator. This even justified cppalliance#656, where we would temporarily remove the HTML generator. This commit unifies the standard code to remove duplicated code, simplify maintenance, and ensure that both generators always have access to the same features. In passing, many missing features in the HTML generator are now available. fix cppalliance#656
The HTML generator is pointless, and it's always unmaintained.
Anyone can generate the adoc reference and convert it to HTML, which yields much better results.The text was updated successfully, but these errors were encountered: