DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(texinfo.gz) documentdescription

Info Catalog (texinfo.gz) Global Document Commands (texinfo.gz) setchapternewpage
 
 `@documentdescription': Summary text
 ------------------------------------
 
   When producing HTML output for a document, `makeinfo' writes a
 `<meta>' element in the `<head>' to give some idea of the content of
 the document.  By default, this "description" is the title of the
 document, taken from the `@settitle' command ( settitle).  To
 change this, use the `@documentdescription' environment, as in:
 
      @documentdescription
      descriptive text.
      @end documentdescription
 
 This will produce the following output in the `<head>' of the HTML:
 
      <meta name=description content="descriptive text.">
 
   `@documentdescription' must be specified before the first node of the
 document.
 
Info Catalog (texinfo.gz) Global Document Commands (texinfo.gz) setchapternewpage
automatically generated byinfo2html