X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FSConscript;h=94dcdc911101c597a8318bcc40cd27c28906fbe4;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=102709e08caf561de97d5a13f1a6412e36fe78ce;hpb=e8e6286a7026f5c66afdbe28f0b4b7a88bac399d;p=senf.git diff --git a/doclib/SConscript b/doclib/SConscript index 102709e..94dcdc9 100644 --- a/doclib/SConscript +++ b/doclib/SConscript @@ -29,8 +29,9 @@ # 1. Scanning the Doxyfile's # # The doxygen builder scans all documentation source files which have -# the text 'doxyfile' in any case within them. It understands @INCLUDE -# directives and will find all the dependencies of the documentation: +# the text 'doxyfile' in any case in their name. It understands +# @INCLUDE directives and will find all the dependencies of the +# documentation: # # * All the source files as selected by INPUT, INPUT_PATTERN, # RECURSIVE and so on. @@ -94,14 +95,14 @@ # # * 'doclib/dot' calls the real dot binary. If the resulting image is # more than 800 pixels wide, dot is called again, this time using -# the oposite rang direction (top-bottom vs. left-right). Then the -# image with the smaller width is selected and returned. +# the oposite rank direction (top-bottom vs. left-right). The image +# with the smaller width is selected and returned. # # * after doxygen is finished, the list of referenced tag-files is # checked. For each tag file the directory is found, where the # documentation is generated (by scanning the Doxyfile which is # repsonsible for building the tag file). For every tag file, the -# correct 'insstalldox' command is generated +# correct 'installdox' command is generated. # # * The stamp files are created # @@ -118,9 +119,9 @@ # namespace. # # * All html files are processed by 'doclib/html-munge.xsl'. However, -# since the documentation generated by doxygen is completely broken -# we need to preprocess the html files with a simple 'sed' script -# and 'tidy' before 'xsltproc' even accepts the html code. +# since the documentation generated by doxygen is completely invalid +# html we need to preprocess the html files with a simple 'sed' +# script and 'tidy' before 'xsltproc' even accepts the html code. # # * We use the generated xml output of doxygen to generate an XML # fragment for the global cross reference. This fragment is @@ -255,15 +256,15 @@ div.tabs li.$projectname a { background-color: #EDE497; }
-

${TITLE}