From 582c1f92c81b264f3eb52d745bf8e607bc9a6ee6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 22 Nov 2008 19:51:05 +0000 Subject: doc: add a "non stable" warning for parts which are not part of the stable API yet and a couple of other minor doc updates... --- doc/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Doxyfile.in') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f5e7a7100..7e3966c65 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -207,7 +207,8 @@ ALIASES = "only_for_vectors=This is only for vectors (either row- "regression_module=This is defined in the %Regression module. \code #include \endcode" \ "addexample=\anchor" \ "label=\bug" \ - "redstar=*" + "redstar=*" \ + "nonstableyet=\warning This class/function is not considered to be part of the stable public API yet. Some (minor) changes might happen in future releases." # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. -- cgit v1.2.3