diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-09-20 18:19:55 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-09-20 18:19:55 (GMT) |
commit | 6dbef217c477d43fb61e90b429531ee109bf0e75 (patch) | |
tree | c3964e8a42bc4dfecf5a99d6de94650878e67a0f /doc/customize.doc | |
parent | 20bc00a80ad6bcda730a1762c3700c8f63fa16eb (diff) | |
download | Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.zip Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.gz Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.bz2 |
Release-1.7.1-20100920
Diffstat (limited to 'doc/customize.doc')
-rw-r--r-- | doc/customize.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/customize.doc b/doc/customize.doc index 40ef398..c769c75 100644 --- a/doc/customize.doc +++ b/doc/customize.doc @@ -18,7 +18,7 @@ Doxygen provides various levels of customization. The \ref minor_tweaks "first section" discusses what to -do if you want to do minor tweaker to the look and feel of the output. +do if you want to do minor tweaking to the look and feel of the output. The \ref layout "next" section show how to reorder and hide certain information on a page. The \ref xmlgenerator "last" section show how to generate whatever output @@ -27,7 +27,7 @@ you want based on the XML output produced by doxygen. \section minor_tweaks Minor Tweaks To simply tweak things like fonts or colors, margins, or other look \& feel -espects of the HTML output you can create a different +expects of the HTML output you can create a different <a href="http://www.w3schools.com/css/default.asp">cascading style sheet</a>. You can also let doxygen use a custom header and footer for each HTML page it generates, for instance to include a logo or to make the @@ -231,7 +231,7 @@ The file page has the following specific tags: The group page has a specific \c groupgraph tag which represents the graph showing the dependencies between groups. -Similarily, the directory page has a specific \c directorygraph tag +Similarly, the directory page has a specific \c directorygraph tag which represents the graph showing the dependencies between the directories based on the \#include relations of the files inside the directories. |