summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in36
1 files changed, 19 insertions, 17 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 958a757..b898de3 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = Eobj
+PROJECT_NAME = Eo
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -793,12 +793,12 @@ COLS_IN_ALPHA_INDEX = 2
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
# should be ignored while generating the index headers.
-IGNORE_PREFIX = eobj_ \
- _eobj_ \
- Eobj_ \
- _Eobj_ \
- EOBJ_ \
- _EOBJ_
+IGNORE_PREFIX = eo_ \
+ _eo_ \
+ Eo_ \
+ _Eo_ \
+ EO_ \
+ _EO_
#---------------------------------------------------------------------------
# configuration options related to the HTML output
@@ -912,13 +912,13 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
# will append .docset to the name.
-DOCSET_BUNDLE_ID = org.enlightenment.Eobj
+DOCSET_BUNDLE_ID = org.enlightenment.Eo
# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
-DOCSET_PUBLISHER_ID = org.enlightenment.Eobj
+DOCSET_PUBLISHER_ID = org.enlightenment.Eo
# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
@@ -985,7 +985,7 @@ QCH_FILE =
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#namespace
-QHP_NAMESPACE = org.enlightenment.Eobj
+QHP_NAMESPACE = org.enlightenment.Eo
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
@@ -1036,7 +1036,7 @@ GENERATE_ECLIPSEHELP = NO
# the directory name containing the HTML and XML files should also have
# this name.
-ECLIPSE_DOC_ID = org.enlightenment.Eobj
+ECLIPSE_DOC_ID = org.enlightenment.Eo
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
# top of each HTML page. The value NO (the default) enables the index and
@@ -1418,14 +1418,16 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = EOBJ_MAGIC_DEBUG \
+PREDEFINED = EINA_MAGIC_DEBUG \
__UNUSED__= \
- EOBJ_ARG_NONNULL()= \
- EOBJ_MALLOC= \
- EOBJ_WARN_UNUSED_RESULT= \
+ EINA_ARG_NONNULL()= \
+ EINA_MALLOC= \
+ EINA_WARN_UNUSED_RESULT= \
EAPI= \
- EOBJ_PURE= \
- EOBJ_CONST=
+ EINA_PURE= \
+ EINA_TRUE= \
+ EINA_FALSE= \
+ EINA_CONST=
# 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.