Browse Source

Added correct index of version

master
Artyom Beilis 8 years ago
parent
commit
de0c183e66
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Doxyfile
  2. +1
    -1
      doc/mainpage.doxy

+ 1
- 1
Doxyfile View File

@@ -223,7 +223,7 @@ TAB_SIZE = 8

ALIASES =

ALIASES += ver{1}="\ref \1"
ALIASES += ver{1}="\ref \1\n \xrefitem \1 \"\" \"\""

# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"


+ 1
- 1
doc/mainpage.doxy View File

@@ -27,7 +27,7 @@ You can find multiple tutorails at the <a href="http://cppcms.com">cppcms.com</a

Multiple examples of using CppCMS can be found at this page \subpage examples_page

\defgroup v1_2 New in CppCMS 1.2
\page v1_2 New in CppCMS 1.2

\page new_api New API by Version



Loading…
Cancel
Save