From df2a0e34e2d23028881c8a3f3c9f21346cde4e80 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 15 Apr 2005 14:52:01 +0000 Subject: Removed some deprecated documentation (html) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1102 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/graph_legend.html | 77 --------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 docs/module-doc/graph_legend.html (limited to 'docs/module-doc/graph_legend.html') diff --git a/docs/module-doc/graph_legend.html b/docs/module-doc/graph_legend.html deleted file mode 100644 index 1dbc27942..000000000 --- a/docs/module-doc/graph_legend.html +++ /dev/null @@ -1,77 +0,0 @@ - - -Graph Legend - - - -
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
-

Graph Legend

This page explains how to interpret the graphs that are generated by doxygen.

-Consider the following example:


-/*! Invisible class because of truncation */
-class Invisible { };
-
-/*! Truncated class, inheritance relation is hidden */
-class Truncated : public Invisible { };
-
-/* Class not documented with doxygen comments */
-class Undocumented { };
-
-/*! Class that is inherited using public inheritance */
-class PublicBase : public Truncated { };
-
-/*! A template class */
-template<class T> class Templ { };
-
-/*! Class that is inherited using protected inheritance */
-class ProtectedBase { };
-
-/*! Class that is inherited using private inheritance */
-class PrivateBase { };
-
-/*! Class that is used by the Inherited class */
-class Used { };
-
-/*! Super class that inherits a number of other classes */
-class Inherited : public PublicBase,
-                  protected ProtectedBase,
-                  private PrivateBase,
-                  public Undocumented
-                  public Templ<int>
-{
-  private:
-    Used *m_usedClass;
-};
-
If the MAX_DOT_GRAPH_HEIGHT tag in the configuration file is set to 240 this will result in the following graph:

-

-graph_legend.gif -
-

-The boxes in the above graph have the following meaning:

-The arrows have the following meaning: -
Generated on Sun May 2 00:09:47 2004 for InspIRCd by - -doxygen1.3-rc3
- - -- cgit v1.2.3