Opened 10 years ago
Closed 9 years ago
#456 closed enhancement (done)
Use doxygen's own bibtex support insead of our home brewed one
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
Doxygen has bibtex support since release 1.7.5.
It breaks my heart, but we might want to consider replacing our custom tool to Doxygen's built in one.
Attachments (1)
Change History (6)
comment:1 Changed 9 years ago by
Milestone: | LEMON 1.3 release → LEMON 1.4 release |
---|
Changed 9 years ago by
Attachment: | 1c978b5bcc65.patch added |
---|
comment:3 Changed 9 years ago by
Milestone: | LEMON 1.4 release → LEMON 1.3 release |
---|---|
Resolution: | → done |
Status: | new → closed |
[1c978b5bcc65] is merged to the main branch.
comment:4 follow-up: 5 Changed 9 years ago by
Resolution: | done |
---|---|
Status: | closed → reopened |
As far as I see, this solution does not work in the automatically generated doc currently: http://lemon.cs.elte.hu/pub/doc/latest/
comment:5 Changed 9 years ago by
Resolution: | → done |
---|---|
Status: | reopened → closed |
Replying to kpeter:
As far as I see, this solution does not work in the automatically generated doc currently: http://lemon.cs.elte.hu/pub/doc/latest/
It is OK now.
Note: See
TracTickets for help on using
tickets.
The attached [1c978b5bcc65] chgset does it, it seems working. From the developers' point of view, the only difference is the
\cite
is to be used instead of\ref
for citations. This is a good thing, in fact.Please, check if it the generated doc is OK in all respects.