add link to modules and fix tidy5 example

This commit is contained in:
Pedro 2015-03-05 20:35:51 +00:00
parent f15bcf8808
commit 8954110232
3 changed files with 8 additions and 5 deletions

View file

@ -21,6 +21,7 @@
<tab type="globals" visible="yes" title="" intro=""/> <tab type="globals" visible="yes" title="" intro=""/>
</tab> </tab>
<tab type="examples" visible="yes" title="" intro=""/> <tab type="examples" visible="yes" title="" intro=""/>
<tab type="user" url="https://github.com/htacg/tidy-html5/issues" title="Bugs &amp; Issues"/>
<tab type="user" url="https://github.com/htacg/tidy-html5" title="github"/> <tab type="user" url="https://github.com/htacg/tidy-html5" title="github"/>
<tab type="user" url="http://www.htacg.org/" title="htacg.org"/> <tab type="user" url="http://www.htacg.org/" title="htacg.org"/>
<tab type="user" url="http://www.html-tidy.org/" title="html-tidy.org"/> <tab type="user" url="http://www.html-tidy.org/" title="html-tidy.org"/>

View file

@ -119,7 +119,7 @@ if [ "$BUILD_API" -eq 1 ]; then
# - which are then passed to doxygen as stdin (instead of the path to a config.file) # - which are then passed to doxygen as stdin (instead of the path to a config.file)
( cat "$DOXY_CFG"; \ ( cat "$DOXY_CFG"; \
echo "PROJECT_NUMBER=$TIDY_VERSION"; \ echo "PROJECT_NUMBER=$TIDY_VERSION"; \
echo "HTML_EXTRA_FILES=$OUTP_DIR/quickref.html ./tidy5.cmd.txt"; ) \ echo "HTML_EXTRA_FILES=$OUTP_DIR/quickref.html ./examples/tidy5.cmd.txt"; ) \
| doxygen - > /dev/null | doxygen - > /dev/null
echo "\nTidyLib API documentation has been built." echo "\nTidyLib API documentation has been built."
else else

View file

@ -6,18 +6,20 @@
<h4>What is tidy ?</h4> <h4>What is tidy ?</h4>
- \b `tidy` - \ref tidylib
- is a console application for Mac OS X, Linux, Windows, UNIX, and more.
- It corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards.
- \b `tidylib`
- is a C static or dynamic library that developers can integrate into their applications - is a C static or dynamic library that developers can integrate into their applications
in order to bring all of Tidys power to your favorite tools. in order to bring all of Tidys power to your favorite tools.
- `tidylib` is used today in desktop applications, web servers, and more. - `tidylib` is used today in desktop applications, web servers, and more.
- \ref tidy5_cmd
- is a console application built on \ref tidylib for Mac OS X, Linux, Windows, UNIX, and more.
- It corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards.
\section content Contents \section content Contents
- \ref tidy5_cmd - \ref tidy5_cmd
- \ref tidylib - \ref tidylib
- <a href="modules.html">Modules</a>
- \ref building_tidy - \ref building_tidy
- \ref history - \ref history
- \ref license - \ref license