diff --git a/legacy/eet/doc/Doxyfile.in b/legacy/eet/doc/Doxyfile.in index 5a68cdd041..6b70acae2a 100644 --- a/legacy/eet/doc/Doxyfile.in +++ b/legacy/eet/doc/Doxyfile.in @@ -1,7 +1,7 @@ PROJECT_NAME = Eet PROJECT_NUMBER = @PACKAGE_VERSION@ OUTPUT_DIRECTORY = . -INPUT = @srcdir@/eet.dox @srcdir@/examples.dox @srcdir@/src/lib +INPUT = @srcdir@/eet.dox @srcdir@/examples.dox @top_srcdir@/src/lib IMAGE_PATH = img OUTPUT_LANGUAGE = English GENERATE_HTML = YES diff --git a/legacy/eet/doc/examples.dox b/legacy/eet/doc/examples.dox index 69010e53c8..9da4b154b1 100644 --- a/legacy/eet/doc/examples.dox +++ b/legacy/eet/doc/examples.dox @@ -12,6 +12,20 @@ * List of examples */ +/** + * @page Example_Eet_Basic Very basic Eet example + * + * @includelineno eet-basic.c + * @example eet-basic.c + */ + +/** + * @page Example_Eet_File Example of the various ways to interface with an Eet File + * + * @includelineno eet-file.c + * @example eet-file.c + */ + /** * @page Example_Eet_Data_Simple Simple data example * diff --git a/legacy/eet/doc/foot.html b/legacy/eet/doc/foot.html index 78ef911c72..3a96978280 100644 --- a/legacy/eet/doc/foot.html +++ b/legacy/eet/doc/foot.html @@ -9,6 +9,7 @@