Eelis / cxxdraft-htmlgen

Generates https://eel.is/c++draft
Other
165 stars 12 forks source link

Wrongly generated link in https://eel.is/c++draft/futures.task pointing to term.unevaluated.operand #107

Closed hanickadot closed 8 months ago

hanickadot commented 8 months ago

At page https://eel.is/c++draft/futures.task there is link to https://eel.is/c++draft/term.unevaluated.operand.

https://eel.is/c++draft/futures.task#members-7

I checked some other occurences of

\deflink{unevaluated operand}{expr.context}

And they all points to http://eel.is/c++draft/expr.context#def:unevaluated_operand instead (example: http://eel.is/c++draft/algorithms#specialized.construct-1)

Unfortunately I can't find reason why they are different :(

Thanks for maintaining this page!

Eelis commented 8 months ago

Thanks, should be fixed.

I'm still getting used to the fact that for some reason, the LaTeX nowadays has both a \label and a \defnx for some terms.