Representation of bibliographic reference in output#8905
Representation of bibliographic reference in output#8905albert-github wants to merge 3 commits intoCGAL:mainfrom
Conversation
With doxygen version 1.14.0 it is possible not just refer to a bibliography reference by means of a number like it is shown in HTML as:
```
The primary design goals of CGAL are described in [6]
```
but also by means of a author "abbreviation" with result:
```
The primary design goals of CGAL are described in [Fabri et al.]
```
just by means of defining the reference not by `\cite` but by means of `\cite{shortauthor}`
|
/build:test |
Stupid me... our build bot does not use Doxygen 1.14.0, for now. |
This comment was marked as off-topic.
This comment was marked as off-topic.
# Conflicts: # Documentation/doc/resources/1.14.0/BaseDoxyfile.in
|
Interesting observation. source file maybe the "26" version is more what you like / would be better. Example: example.tar.gz |
|
We can try updating the macro and see what it does in a testsuite run. But I remember @lrineau did not like |
|
@sloriot The |
|
But that's 247 files to look at... |
|
That is quite a few to look at, but I think the update is worthwhile and probably not all have to be checked as the update is done by an |






With doxygen version 1.14.0 it is possible not just refer to a bibliography reference by means of a number like it is shown in HTML as:
but also by means of a author "abbreviation" with result:
just by means of defining the reference not by
\citebut by means of\cite{shortauthor}(see e.g. https://cgal.geometryfactory.com/CGAL/Manual_doxygen_test/CGAL-6.1-Ic-161/master/Manual/devman_intro.html)