aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-03 01:59:50 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-03 01:59:50 +0100
commit9ff7292013afbe578dea21c0106ae2bb5a4c8003 (patch)
tree829caa450c00eea32724652ab91ea1e3a7cac77b /include
parent1294824260eccfc79c449de103fbafd73d5670a3 (diff)
downloaduGFX-9ff7292013afbe578dea21c0106ae2bb5a4c8003.tar.gz
uGFX-9ff7292013afbe578dea21c0106ae2bb5a4c8003.tar.bz2
uGFX-9ff7292013afbe578dea21c0106ae2bb5a4c8003.zip
doxygen update
Diffstat (limited to 'include')
-rw-r--r--include/graph.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/graph.h b/include/graph.h
index 32995064..6d0849d8 100644
--- a/include/graph.h
+++ b/include/graph.h
@@ -17,7 +17,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* @file graph.h
* @brief GRAPH module header file.
@@ -32,7 +31,7 @@
#define GFX_USE_GRAPH FALSE
#endif
-#if GFX_USE_GRAPH
+#if GFX_USE_GRAPH || defined(__DOXYGEN__)
/*===========================================================================*/
/* Type definitions */