Embperl
view release on metacpan or search on metacpan
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
# this value, doxygen will try to truncate the graph, so that it fits within
# the specified constraint. Beware that most browsers cannot cope with very
# large images.
MAX_DOT_GRAPH_HEIGHT = 1024
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
# generate a legend page explaining the meaning of the various boxes and
# arrows in the dot generated graphs.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
# remove the intermedate dot files that are used to generate
# the various graphs.
DOT_CLEANUP = YES
eg/web/config.pl view on Meta::CPAN
{ menu => 'Features', uri => 'pod/list/Features.htm', file => { en => 'Features.pod', de => 'FeaturesD.pod' }, #sub =>
# [
# { menu => 'Features 1.3', uri => 'Features13.htm', path => { en => '%lib_1_3%/HTML/Embperl/Features.pod', de => '%lib_1_3%/HTML/Embperl/FeaturesD.pod' } }
# ]
},
{ menu => 'Introduction', uri => 'pod/intro/', sub =>
[
{ menu => 'Embperl', uri => 'Intro.htm', file => { en => 'Intro.pod', 'de' => 'IntroD.pod'},
desc => { en => 'Introduction of Embperl basic capablitities',
de => 'Einführung in die grundlegenden Möglichkeiten von Embperl' }},
{ menu => 'Embperl::Object', uri => 'IntroEmbperlObject.htm', file => 'IntroEmbperlObject.pod',
desc => { en => 'Introduction to object-oriented website creation with Embperl',
de => 'Einführung in das objekt-orientierte Erstellen von Websites mit Embperl' }},
{ menu => 'Embperl 2 Advanced', uri => 'IntroEmbperl2.htm', file => 'IntroEmbperl2.pod',
desc => { en => 'Introduction to advanced features of Embperl 2',
de => 'Einführung in erweiterte Möglichkeiten von Embperl 2' }},
{ menu => 'DBIx::Recordset', uri => 'IntroRecordset.htm', path => '%lib_dbix%/DBIx/Intrors.pod',
desc => { en => 'Introduction to database access with DBIx::Recordset',
de => 'Einführung in den Datenbankzugriff mit DBIx::Recordset' }},
]
( run in 1.193 second using v1.01-cache-2.11-cpan-49f99fa48dc )