summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2008-09-05 07:58:38 +0000
committerVincent Torri <vincent.torri@gmail.com>2008-09-05 07:58:38 +0000
commitead3f70007a64b2df17727513ab52efd11aa1e0c (patch)
treee214db0f714f0b2bb39e99aad4c04633085051dc /doc
parent239afeaabe2b88eb8b05c2a652985614c1df11f3 (diff)
downloadeina-ead3f70007a64b2df17727513ab52efd11aa1e0c.tar.gz
* add documentation and a tutorial for the error module
* change api (eina_error_register to eina_error_msg_register) SVN revision: 35838
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index a6a60c1..e5f01fe 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1115,7 +1115,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED =
+PREDEFINED = __UNUSED__=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.