summaryrefslogtreecommitdiff
path: root/docs/module-doc/base_8h__incl.dot
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2003-03-30 12:32:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2003-03-30 12:32:32 +0000
commit44b62866f83dea028500d81274eaaba8e886e1c3 (patch)
tree0a7a97f683173fadcc396bf1282c111aa4831241 /docs/module-doc/base_8h__incl.dot
parent48012b330a08a81af84a5ff1d901ddc5e24a942f (diff)
Added DOT files to documentation for class diagrams (pretteh!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@169 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/base_8h__incl.dot')
-rw-r--r--docs/module-doc/base_8h__incl.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/module-doc/base_8h__incl.dot b/docs/module-doc/base_8h__incl.dot
new file mode 100644
index 000000000..19848e475
--- /dev/null
+++ b/docs/module-doc/base_8h__incl.dot
@@ -0,0 +1,8 @@
+digraph inheritance
+{
+ Node0 [shape="box",label="base.h",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",style="filled" fontcolor="white"];
+ Node1 -> Node0 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="Helvetica"];
+ Node1 [shape="box",label="inspircd_config.h",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="grey75"];
+ Node2 -> Node0 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="Helvetica"];
+ Node2 [shape="box",label="time.h",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="grey75"];
+}