diff --git a/.gitattributes b/.gitattributes index df433e900fb..3f3d56ba0cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2124,6 +2124,7 @@ Developers_manual/doc_tex/Developers_manual/fig/reference_counting.gif -text svn Developers_manual/doc_tex/Developers_manual/fig/reference_counting.pdf -text svneol=unset#application/pdf Developers_manual/doc_tex/Developers_manual/fig/use_real.gif -text svneol=unset#image/gif Developers_manual/doc_tex/Developers_manual/fig/use_real.pdf -text svneol=unset#application/pdf +Documentation/Customizations.txt -text Documentation/Doxyfile -text Documentation/DoxygenLayout.xml -text Documentation/DoxygenLayoutPackage.xml -text diff --git a/Documentation/Customizations.txt b/Documentation/Customizations.txt new file mode 100644 index 00000000000..890f161e346 --- /dev/null +++ b/Documentation/Customizations.txt @@ -0,0 +1,70 @@ +# Doxygen for CGAL # + +This is the documentation of doxygen hacks that are applied to make +the output of Doxygen more suitable to CGAL. It explains the general +structure of the build system, the ordinary customizations and the +hacks that create what you see. + +## Overall structure ## + +## Ordinary Customization ## + +## Hacks ## + +### Package Overview ### + +The package overview is build by having a special command that is +filtered by the shell script pkglist_filter.sh. + +A command has to be of the form \package_listing{PKG_NAME}, where +PKG_NAME cannot contain a closing }. + +The command is replaced by the text between the two delimiters +PkgDescBegin and PkgDescEnd in the file ../PKG_NAME/doc/PKG_NAME/PackageDescription.txt + +If PKG_NAME is of the form A/B the selected file is +../A/doc/B/PackageDescription.txt. This is to support packages like +Sweep_line_2 and TDS_2 which don't reside in their own SVN packages. + +### Footnotes ### + +A JQuery footnotes plug-in jquery.footnotes is used to handle +footnotes. The special doxygen command \footnote expands to the +appropriate html marker. Some JavaScript in `header.html` is used to +append the `