Update of /cvsroot/libexif/libexif/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4900
Modified Files:
Doxyfile-internals.in Doxyfile.in
Log Message:
mark difference between API and internals docs in document title
Index: Doxyfile.in
===================================================================
RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- Doxyfile.in 20 Jun 2005 23:59:11 -0000 1.5
+++ Doxyfile.in 21 Jun 2005 00:03:56 -0000 1.6
@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@)"
+PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@) API"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
Index: Doxyfile-internals.in
===================================================================
RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- Doxyfile-internals.in 20 Jun 2005 23:59:11 -0000 1.1
+++ Doxyfile-internals.in 21 Jun 2005 00:03:56 -0000 1.2
@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@)"
+PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@) Internals"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
|