Skip to content

Fix <i>i</i> formatting #367

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

Open
hyoklee opened this issue May 2, 2025 · 7 comments
Open

Fix <i>i</i> formatting #367

hyoklee opened this issue May 2, 2025 · 7 comments
Assignees

Comments

@hyoklee
Copy link
Member

hyoklee commented May 2, 2025

From: https://support.hdfgroup.org/documentation/hdf5/latest/_f_m_t3.html

The following question must next be answered: "Is the value described by key[<i>i</i>] contained in child[<i>i</i>-1] or in child[<i>i</i>]?"

@bmribler bmribler self-assigned this May 2, 2025
@bmribler
Copy link
Collaborator

bmribler commented May 2, 2025

The same issue occurred in 3 other files:
./html/_f_m_t1.html
./html/_f_m_t2.html
./html/_f_m_t11.html

@lkurz
Copy link
Collaborator

lkurz commented May 7, 2025

See Allen's PR on HDF5 repo.
HDFGroup/hdf5#5524 (review)

This can be closed after the fix has been verified.

@bmribler bmribler removed their assignment May 8, 2025
@lkurz
Copy link
Collaborator

lkurz commented May 9, 2025

HDFGroup/hdf5#5524 (review)
Fixed the issue

@lkurz lkurz closed this as completed May 9, 2025
@hyoklee
Copy link
Member Author

hyoklee commented May 9, 2025

I still see HTML tag:

The following question must next be answered: "Is the value described by key[<i>i</i>] contained in child[<i>i</i>-1] or in child[<i>i</i>]?" The answer depends on the type of tree. In trees for groups (node type 0) the object described by key[i] is the greatest object contained in child[i-1] while in chunk trees (node type 1) the chunk described by key[i] is the least chunk in child[I].

@hyoklee hyoklee reopened this May 9, 2025
@lkurz
Copy link
Collaborator

lkurz commented May 9, 2025

Clear you browser cache or use an private/incognito browser window?

@hyoklee
Copy link
Member Author

hyoklee commented May 9, 2025

Image

@lkurz
Copy link
Collaborator

lkurz commented May 9, 2025

OK sorry, thanks for the feedback.

I see that now. I was focused on the bigger, blatant issue of the broken table.

This child[i] isn't rendering properly because Doxygen can't handle the HTML when inside the brackets

child[\f$i\f$] is probably the correct coding to get the italic

This is a Doxygen issue and should be re-posted in the hdf5 repo issues

@bmribler bmribler self-assigned this May 10, 2025
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

No branches or pull requests

3 participants