diff options
author | albert-github <albert.tests@gmail.com> | 2018-03-06 15:58:30 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-03-06 15:58:30 (GMT) |
commit | ec0e5078b3a9db1f24079257287f7aee9e721093 (patch) | |
tree | bc42d7e4750150de143ef334bdfc2af969b6981b /doc/customize.doc | |
parent | fd2e30508f50c2fe84d3619eaa1575545a25b1d3 (diff) | |
download | Doxygen-ec0e5078b3a9db1f24079257287f7aee9e721093.zip Doxygen-ec0e5078b3a9db1f24079257287f7aee9e721093.tar.gz Doxygen-ec0e5078b3a9db1f24079257287f7aee9e721093.tar.bz2 |
Small documentation corrections
Diffstat (limited to 'doc/customize.doc')
-rw-r--r-- | doc/customize.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/customize.doc b/doc/customize.doc index 9ef3891..e2d53db 100644 --- a/doc/customize.doc +++ b/doc/customize.doc @@ -114,7 +114,7 @@ This will create 3 files: referencing those extra files via \ref cfg_html_extra_stylesheet "HTML_EXTRA_STYLESHEET". -You should edit these files and then reference them from the config file. +You should edit these files and then reference them from the configuration file. - \ref cfg_html_header "HTML_HEADER" = \c header.html - \ref cfg_html_footer "HTML_FOOTER" = \c footer.html - \ref cfg_html_extra_stylesheet "HTML_EXTRA_STYLESHEET" = \c my_customdoxygen.css @@ -158,7 +158,7 @@ doxygen -l optionally the name of the layout file can be specified, if omitted \c DoxygenLayout.xml will be used. -The next step is to mention the layout file in the config file +The next step is to mention the layout file in the configuration file \verbatim LAYOUT_FILE = DoxygenLayout.xml \endverbatim |