Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/doc/resources/1.9.3/BaseDoxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ ALIASES = "cgal=%CGAL" \
"cpp=C++" \
"cpp11=C++11" \
"CC=C++" \
"cgalExample{1}=<br><b>File</b> \ref \1 \include \1" \
"cgalExample{1}=<details><summary><b>File</b> \ref \1</summary> \include \1 </details>" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"cgalExample{1}=<details><summary><b>File</b> \ref \1</summary> \include \1 </details>" \
"cgalExample{1}=<details open=\"true\"><summary><b>File</b> \ref \1</summary> \include \1 </details>" \

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When trying locally with doxygen 1.9.6 I got a warning about the fact that \ref\ cannot be used in summary.

"cgalFigureAnchor{1}=\anchor fig__\1" \
"cgalFigureRef{1}=\ref fig__\1" \
"cgalFigureBegin{2}=\anchor fig__\1 ^^ \image html \2 ^^ \image latex \2 \"\" width=15cm ^^ \htmlonly[block] <div class=\"cgal_figure_caption\"> \endhtmlonly ^^ \ref fig__\1" \
Expand Down