Skip to content

Fix Javadoc in CitaviXmlImporter.java/getPages#13381

Merged
koppor merged 1 commit into
JabRef:mainfrom
Stewori:docfix-CitaviXmlImporter-getPages
Jun 19, 2025
Merged

Fix Javadoc in CitaviXmlImporter.java/getPages#13381
koppor merged 1 commit into
JabRef:mainfrom
Stewori:docfix-CitaviXmlImporter-getPages

Conversation

@Stewori

@Stewori Stewori commented Jun 19, 2025

Copy link
Copy Markdown
Collaborator

Javadoc of CitaviXmlImporter.getPages contains invalid html, rendering it invalid javadoc. That is because some example code contains unescaped non-html <...> tags. Rather than escaping the problematic characters by &lt;, &gt;, which would have been the ugly and cheap solution, I took a moment to wrap the examples into proper snippet tags. Minor further improvements like inserting <p> tags instead of ---- which would not have resulted in the desired effect.

Javadoc of CitaviXmlImporter.getPages contains invalid html, rendering it invalid javadoc. That is because some example code contains unescaped non-html `<...>` tags. Rather than escaping the problematic characters by `&lt;`, `&gt;`, which would have been the ugly and cheap solution, I took a moment to wrap the examples into proper snippet tags. Minor further improvements like inserting <p> tags instead of `----` which would not result in the desired effect.
@trag-bot

trag-bot Bot commented Jun 19, 2025

Copy link
Copy Markdown

@trag-bot didn't find any issues in the code! ✅✨

@koppor koppor added this pull request to the merge queue Jun 19, 2025
Merged via the queue into JabRef:main with commit 02620fa Jun 19, 2025
1 check passed
Siedlerchr added a commit that referenced this pull request Jun 20, 2025
* upstream/main:
  Make snap available for arm64 as well (#13383)
  Hide Merge Metadata Dialog if there is nothing to merge (#13309)
  Fix #13269 : support multi-file import across different formats (#13271)
  Fix Javadoc in CitaviXmlImporter.java/getPages (#13381)
@Stewori Stewori deleted the docfix-CitaviXmlImporter-getPages branch November 10, 2025 12:56
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 this pull request may close these issues.

3 participants