From 1d44aa2d7feb5f0d6ea03e79df42ebc77cd827ed Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 3 Oct 2007 09:54:32 +0000 Subject: [PATCH] fixed example configuration and doxygen dirs git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@495 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/examples/di_dialer/etc/di_dial.conf | 2 ++ .../etc/{mixin_announce.conf => mix_announce.conf} | 0 .../tutorial/myconfigurableapp/etc/myconfigurableapp.conf | 2 +- core/doxygen_fulldoc | 2 +- core/doxygen_proj | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 apps/examples/di_dialer/etc/di_dial.conf rename apps/examples/mixin_announce/etc/{mixin_announce.conf => mix_announce.conf} (100%) diff --git a/apps/examples/di_dialer/etc/di_dial.conf b/apps/examples/di_dialer/etc/di_dial.conf new file mode 100644 index 00000000..bd93121d --- /dev/null +++ b/apps/examples/di_dialer/etc/di_dial.conf @@ -0,0 +1,2 @@ +dialout_pin0=1234;username;auth_name;domain.net;secret; +dialout_pin0=135;username2;auth_name2;domain2.net;verysecret; diff --git a/apps/examples/mixin_announce/etc/mixin_announce.conf b/apps/examples/mixin_announce/etc/mix_announce.conf similarity index 100% rename from apps/examples/mixin_announce/etc/mixin_announce.conf rename to apps/examples/mixin_announce/etc/mix_announce.conf diff --git a/apps/examples/tutorial/myconfigurableapp/etc/myconfigurableapp.conf b/apps/examples/tutorial/myconfigurableapp/etc/myconfigurableapp.conf index 1d5d45fc..ef09cd6a 100644 --- a/apps/examples/tutorial/myconfigurableapp/etc/myconfigurableapp.conf +++ b/apps/examples/tutorial/myconfigurableapp/etc/myconfigurableapp.conf @@ -1,3 +1,3 @@ #CFGOPTION_SEMS_MYCONFIGURABLEAPP_ANNFILE -announcement_file=/tmp/test.wav +announcement_file=/usr/local/lib/sems/audio/default_en.wav #ENDCFGOPTION diff --git a/core/doxygen_fulldoc b/core/doxygen_fulldoc index 5c60e784..797634d6 100644 --- a/core/doxygen_fulldoc +++ b/core/doxygen_fulldoc @@ -80,7 +80,7 @@ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = -EXAMPLE_PATH = ../doc ../apps ../core +EXAMPLE_PATH = ../ EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = YES IMAGE_PATH = ../doc/figures/png/ diff --git a/core/doxygen_proj b/core/doxygen_proj index b4ef9a00..bf09531f 100644 --- a/core/doxygen_proj +++ b/core/doxygen_proj @@ -491,7 +491,7 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = ../doc ../apps ../core +EXAMPLE_PATH = ../ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp