Skip to content
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

Some pre tags in javadoc still being parsed incorrectly #1499

Closed
SUPERCILEX opened this issue Sep 21, 2020 · 0 comments · Fixed by #1518
Closed

Some pre tags in javadoc still being parsed incorrectly #1499

SUPERCILEX opened this issue Sep 21, 2020 · 0 comments · Fixed by #1518
Assignees
Milestone

Comments

@SUPERCILEX
Copy link
Contributor

New lines are erroneously being added.

From https://cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:fragment/fragment/src/main/java/androidx/fragment/app/Fragment.java;l=546;drc=b4074fea7e7857cf1ec7751b9b3d1de08b62e43d

 * <pre class="prettyprint">
 * class MyFragment extends Fragment {
 *   public MyFragment() {
 *     super(R.layout.fragment_main);
 *   }
 * }
 * </pre>

Doc tags:
4MP6ZymYBY6Uwmy

@Kordyjan Kordyjan added this to the Backlog 1.4.20 milestone Sep 28, 2020
@BarkingBad BarkingBad self-assigned this Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants