Browse Source

Updated the documentation:

- Removed "treeview"
- Updated links
master
Artyom Beilis 12 years ago
parent
commit
fded1ea11f
2 changed files with 4 additions and 9 deletions
  1. +1
    -1
      Doxyfile
  2. +3
    -8
      doc/mainpage.doxy

+ 1
- 1
Doxyfile View File

@@ -737,7 +737,7 @@ ENUM_VALUES_PER_LINE = 4
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
# probably better off using the HTML help feature.

GENERATE_TREEVIEW = YES
GENERATE_TREEVIEW = NO

# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
# used to set the initial width (in pixels) of the frame in which the tree


+ 3
- 8
doc/mainpage.doxy View File

@@ -12,21 +12,16 @@ frameworks like: Python Django, Java Servlets or C++ Wt in following:
-# It uses modern C++ as primary development language in order to achieve first goal.
-# It is aimed on development of Web Sites rather then "GUI Like" web applications.

\section mainpage_docs Documentation
\section mainpage_docs Reference Documentation

This is reference documentation for CppCMS. It includes two major parts:

- Documentation of cppcms itself
- Documentation of booster -- helper Boost like library.

\section mainpage_tutorials Tutorials

This is not tutorial. For tutorials please visit CppCMS wiki that can be found at:

- http://art-blog.no-ip.info/wikipp/en/page/main

Or

- http://cppcms.sourceforge.net/
You can find multiple tutorails at the <a href="http://cppcms.com">cppcms.com</a> website.

\section mainpage_examples Examples



Loading…
Cancel
Save