diff --git a/examples/doxygen/html/a00005.html b/examples/doxygen/html/a00005.html index abcb96ea..1d484bd6 100644 --- a/examples/doxygen/html/a00005.html +++ b/examples/doxygen/html/a00005.html @@ -3,7 +3,7 @@ - + Collection of AVR libraries: gpio.h File Reference @@ -19,7 +19,6 @@
Collection of AVR libraries -  2022
@@ -27,7 +26,7 @@ - + + + + + +
+
+ + + + + + +
+
Collection of AVR libraries +
+
+
+ + + + + + + +
+
+

library → include Relation

File in labs/libraryIncludes file in labs/library/include
gpio.cgpio.h
lcd.clcd.h
segment.cgpio.h
segment.csegment.h
twi.ctwi.h
uart.cuart.h
+ + + + diff --git a/examples/doxygen/html/dir_4cbb8ff6cda6bd7a004ddf01d9375e1c.html b/examples/doxygen/html/dir_4cbb8ff6cda6bd7a004ddf01d9375e1c.html index da08d06f..27191649 100644 --- a/examples/doxygen/html/dir_4cbb8ff6cda6bd7a004ddf01d9375e1c.html +++ b/examples/doxygen/html/dir_4cbb8ff6cda6bd7a004ddf01d9375e1c.html @@ -3,7 +3,7 @@ - + Collection of AVR libraries: library Directory Reference @@ -19,7 +19,6 @@
Collection of AVR libraries -  2022
@@ -27,7 +26,7 @@ - + + + + + +
+
+ + + + + + +
+
Collection of AVR libraries +
+
+
+ + + + + + +
+
+
+
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;
+
};
+

This will result in the following graph:

+

The boxes in the above graph have the following meaning:

+ +

The arrows have the following meaning:

+ +
+ + + + diff --git a/examples/doxygen/html/graph_legend.md5 b/examples/doxygen/html/graph_legend.md5 new file mode 100644 index 00000000..8fcdccd1 --- /dev/null +++ b/examples/doxygen/html/graph_legend.md5 @@ -0,0 +1 @@ +f51bf6e9a10430aafef59831b08dcbfe \ No newline at end of file diff --git a/examples/doxygen/html/graph_legend.png b/examples/doxygen/html/graph_legend.png new file mode 100644 index 00000000..7e2cbcfb Binary files /dev/null and b/examples/doxygen/html/graph_legend.png differ diff --git a/examples/doxygen/html/index.html b/examples/doxygen/html/index.html index f322ebb7..840a0bf0 100644 --- a/examples/doxygen/html/index.html +++ b/examples/doxygen/html/index.html @@ -3,7 +3,7 @@ - + Collection of AVR libraries: Main Page @@ -19,7 +19,6 @@
Collection of AVR libraries -  2022
@@ -27,7 +26,7 @@ - +