[GIT] ppl/ppl(master): Fixed INPUT variable in Doxygen configuration for devref.

Module: ppl/ppl Branch: master Commit: 6a645e6094ee6df1d5bf27da6ed88001090400e7 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6a645e6094ee6...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Sun Jul 12 20:51:38 2009 +0200
Fixed INPUT variable in Doxygen configuration for devref.
---
Watchdog/doc/devref.doxyconf-html.in | 7 +++++-- Watchdog/doc/devref.doxyconf-latex.in | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/Watchdog/doc/devref.doxyconf-html.in b/Watchdog/doc/devref.doxyconf-html.in index 14bc4ce..c5b40ec 100644 --- a/Watchdog/doc/devref.doxyconf-html.in +++ b/Watchdog/doc/devref.doxyconf-html.in @@ -99,11 +99,14 @@ INPUT = @srcdir@/../src/Doubly_Linked_Object.types.hh \ @srcdir@/../src/Pending_Element.types.hh \ @srcdir@/../src/Pending_Element.defs.hh \ @srcdir@/../src/Pending_Element.inlines.hh \ - @srcdir@/../src/Pending_Element.cc \ @srcdir@/../src/Pending_List.types.hh \ @srcdir@/../src/Pending_List.defs.hh \ @srcdir@/../src/Pending_List.inlines.hh \ - @srcdir@/../src/Pending_List.cc \ + @srcdir@/../src/Threshold_Watcher.types.hh \ + @srcdir@/../src/Threshold_Watcher.defs.hh \ + @srcdir@/../src/Threshold_Watcher.inlines.hh \ + @srcdir@/../src/Threshold_Watcher.templates.hh \ + @srcdir@/../src/Threshold_Watcher.cc \ @srcdir@/../src/Time.types.hh \ @srcdir@/../src/Time.defs.hh \ @srcdir@/../src/Time.inlines.hh \ diff --git a/Watchdog/doc/devref.doxyconf-latex.in b/Watchdog/doc/devref.doxyconf-latex.in index fc3ad30..e5d8bfe 100644 --- a/Watchdog/doc/devref.doxyconf-latex.in +++ b/Watchdog/doc/devref.doxyconf-latex.in @@ -99,15 +99,18 @@ INPUT = @srcdir@/../src/Doubly_Linked_Object.types.hh \ @srcdir@/../src/Pending_Element.types.hh \ @srcdir@/../src/Pending_Element.defs.hh \ @srcdir@/../src/Pending_Element.inlines.hh \ - @srcdir@/../src/Pending_Element.cc \ @srcdir@/../src/Pending_List.types.hh \ @srcdir@/../src/Pending_List.defs.hh \ @srcdir@/../src/Pending_List.inlines.hh \ - @srcdir@/../src/Pending_List.cc \ @srcdir@/../src/Time.types.hh \ @srcdir@/../src/Time.defs.hh \ @srcdir@/../src/Time.inlines.hh \ @srcdir@/../src/Time.cc \ + @srcdir@/../src/Threshold_Watcher.types.hh \ + @srcdir@/../src/Threshold_Watcher.defs.hh \ + @srcdir@/../src/Threshold_Watcher.inlines.hh \ + @srcdir@/../src/Threshold_Watcher.templates.hh \ + @srcdir@/../src/Threshold_Watcher.cc \ @srcdir@/../src/Watchdog.types.hh \ @srcdir@/../src/Watchdog.defs.hh \ @srcdir@/../src/Watchdog.inlines.hh \
participants (1)
-
Enea Zaffanella