mirror of https://github.com/CGAL/cgal
Even more compact package overview.
This commit is contained in:
parent
5d38dc1393
commit
9cfb1a824e
|
|
@ -222,13 +222,13 @@ ALIASES += "PkgPicture{1}=<div class=\"PkgImage\"> \n \image html \1 \n</div>"
|
||||||
ALIASES += "PkgAuthor{1}=<div class=\"PkgDescription\"><I>\1</I><BR>"
|
ALIASES += "PkgAuthor{1}=<div class=\"PkgDescription\"><I>\1</I><BR>"
|
||||||
ALIASES += "PkgAuthors{1}=<div class=\"PkgDescription\"><I>\1</I><BR>"
|
ALIASES += "PkgAuthors{1}=<div class=\"PkgDescription\"><I>\1</I><BR>"
|
||||||
ALIASES += "PkgDesc{1}=\1</div><div class=\"PkgSummary\">"
|
ALIASES += "PkgDesc{1}=\1</div><div class=\"PkgSummary\">"
|
||||||
ALIASES += "PkgSince{1}=\since \cgal \1"
|
ALIASES += "PkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>"
|
||||||
ALIASES += "PkgLicense{1}=\par \"License\" \1"
|
ALIASES += "PkgLicense{1}=<B>License:</B> \1<BR>"
|
||||||
ALIASES += "PkgDemo{2}=\par \"Demo\" <a href=\"http://www.cgal.org/demo/4.0.2/\2\">\1</a>"
|
ALIASES += "PkgDemo{2}=<B>Demo:</B> <a href=\"http://www.cgal.org/demo/4.0.2/\2\">\1</a><BR>"
|
||||||
ALIASES += "PkgDescriptionEnd=\n\n</div>"
|
ALIASES += "PkgDescriptionEnd=\n\n</div>"
|
||||||
# this alias controls linking to the how to cite page, it is also
|
# this alias controls linking to the how to cite page, it is also
|
||||||
# responsible for adding the -YY{a,b} suffix to a cite
|
# responsible for adding the -YY{a,b} suffix to a cite
|
||||||
ALIASES += "PkgBib{1}=\par \"BibTeX\" <a href=\"../../CGAL.CGAL/html/how_to_cite_cgal.html#\1-12b\">\1-12b</a>"
|
ALIASES += "PkgBib{1}=<B>BibTeX:</B> <a href=\"../../CGAL.CGAL/html/how_to_cite_cgal.html#\1-12b\">\1-12b</a><BR>"
|
||||||
|
|
||||||
|
|
||||||
ALIASES += "footnote{1}=<span class=\"footnote\">\1</span>"
|
ALIASES += "footnote{1}=<span class=\"footnote\">\1</span>"
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@ h1 {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
background-color: #EEEDF2;
|
background-color: #EEEDF2;
|
||||||
}
|
}
|
||||||
.section {
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
\endhtmlonly
|
\endhtmlonly
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1464,7 +1464,7 @@ namespace for the XML file to be processed properly. -->
|
||||||
<bool name="EXTERNAL_GROUPS">false</bool>
|
<bool name="EXTERNAL_GROUPS">false</bool>
|
||||||
<list name="ALIASES" append="true">
|
<list name="ALIASES" append="true">
|
||||||
<item>PkgDescriptionBegin{2}=\subsection \2 \1</item>
|
<item>PkgDescriptionBegin{2}=\subsection \2 \1</item>
|
||||||
<item>PkgManuals{2}=\par "Manuals"\ref \1 "User Manual" <BR>\ref \2 "Reference Manual\"</item>
|
<item>PkgManuals{2}=\ref \1 "User Manual" \ref \2 "Reference Manual\"</item>
|
||||||
</list>
|
</list>
|
||||||
</doxygen>
|
</doxygen>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue