COIN-OR::LEMON - Graph Library

Opened 11 years ago

Closed 11 years ago

#455 closed enhancement (done)

Use mathjax for doc expression generation

Reported by: Alpar Juttner Owned by: Peter Kovacs
Priority: major Milestone: LEMON 1.3 release
Component: documentation Version: hg main
Keywords: Cc:
Revision id:

Description

Mathjax has been supported by Doxygen since release 1.7.2.

Attachments (2)

455-1-7780b04325d4.patch (1.4 KB) - added by Alpar Juttner 11 years ago.
455-2-0919c44f674b.patch (2.1 KB) - added by Alpar Juttner 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by Alpar Juttner

Type: defectenhancement

However, using mathjax we either need to include the entire mathjax lib to lemon, or the generated output will need online access to read the lib.

Thus we should probably need to make it configurable.

Changed 11 years ago by Alpar Juttner

Attachment: 455-1-7780b04325d4.patch added

Changed 11 years ago by Alpar Juttner

Attachment: 455-2-0919c44f674b.patch added

comment:2 Changed 11 years ago by Alpar Juttner

Please find two patches attached.

  • [7780b04325d4] fixes an old bug in the probably very rarely used make update-external-tags target.
  • [0919c44f674b] Adds two cmake config parameters, LEMON_DOC_USE_MATHJAX and LEMON_DOC_MATHJAX_RELPATH. See the INSTALL file for more info on them.

comment:3 Changed 11 years ago by Alpar Juttner

Resolution: done
Status: newclosed

Fixed version of the above chgsets went to the main branch as [3ab825f5fab0] and [60c0c3ed8d11].

Note: See TracTickets for help on using tickets.